Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c93 typedef struct _xmlDictEntry xmlDictEntry;
95 struct _xmlDictEntry { struct
96 struct _xmlDictEntry *next; argument
119 struct _xmlDictEntry *dict; argument
671 struct _xmlDictEntry *olddict; in xmlDictGrow()