Searched refs:xmlDictStrings (Results 1 – 3 of 3) sorted by relevance
46 typedef struct _xmlDictStrings xmlDictStrings; typedef47 typedef xmlDictStrings *xmlDictStringsPtr;164 if (size < (SIZE_MAX - sizeof(xmlDictStrings)) / 4) in xmlDictAddString()167 size = SIZE_MAX - sizeof(xmlDictStrings); in xmlDictAddString()170 if ((size_t) namelen + 0 < (SIZE_MAX - sizeof(xmlDictStrings)) / 4) in xmlDictAddString()175 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddString()235 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size); in xmlDictAddQString()