Home
last modified time | relevance | path

Searched refs:_xmlHashEntry (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/optim/
Dhash_dict.patch18 struct _xmlHashEntry {
19 struct _xmlHashEntry *next;
30 struct _xmlHashEntry *table;
/external/libxml2/
Dhash.c53 typedef struct _xmlHashEntry xmlHashEntry;
55 struct _xmlHashEntry { struct
56 struct _xmlHashEntry *next; argument
68 struct _xmlHashEntry *table; argument
233 struct _xmlHashEntry *oldtable; in xmlHashGrow()