Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c104 typedef xmlDictStrings *xmlDictStringsPtr; typedef
106 xmlDictStringsPtr next;
122 xmlDictStringsPtr strings;
243 xmlDictStringsPtr pool; in xmlDictAddString()
271 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddString()
309 xmlDictStringsPtr pool; in xmlDictAddQString()
339 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddQString()
805 xmlDictStringsPtr pool, nextp; in xmlDictFree()
1219 xmlDictStringsPtr pool; in xmlDictOwns()
1284 xmlDictStringsPtr pool; in xmlDictGetUsage()