HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictStrings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
dict.c 79 typedef struct _xmlDictStrings xmlDictStrings;
80 typedef xmlDictStrings *xmlDictStringsPtr;
181 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
243 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
  /external/libxml2/
dict.c 102 typedef struct _xmlDictStrings xmlDictStrings;
103 typedef xmlDictStrings *xmlDictStringsPtr;
270 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
338 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);

Completed in 131 milliseconds