Searched refs:_xmlHashEntry (Results 1 – 2 of 2) sorted by relevance
18 struct _xmlHashEntry {19 struct _xmlHashEntry *next;30 struct _xmlHashEntry *table;
53 typedef struct _xmlHashEntry xmlHashEntry;55 struct _xmlHashEntry { struct56 struct _xmlHashEntry *next; argument68 struct _xmlHashEntry *table; argument233 struct _xmlHashEntry *oldtable; in xmlHashGrow()