Home
last modified time | relevance | path

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

/external/libxml2/
Ddict.c103 typedef xmlDictStrings *xmlDictStringsPtr; typedef
105 xmlDictStringsPtr next;
121 xmlDictStringsPtr strings;
242 xmlDictStringsPtr pool; in xmlDictAddString()
270 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddString()
308 xmlDictStringsPtr pool; in xmlDictAddQString()
338 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddQString()
798 xmlDictStringsPtr pool, nextp; in xmlDictFree()
1212 xmlDictStringsPtr pool; in xmlDictOwns()
1277 xmlDictStringsPtr pool; in xmlDictGetUsage()