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

  /external/chromium_org/third_party/libxml/src/
dict.c 80 typedef xmlDictStrings *xmlDictStringsPtr;
82 xmlDictStringsPtr next;
98 xmlDictStringsPtr strings;
159 xmlDictStringsPtr pool;
181 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
219 xmlDictStringsPtr pool;
243 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
664 xmlDictStringsPtr pool, nextp;
1065 xmlDictStringsPtr pool;
  /external/libxml2/
dict.c 102 typedef xmlDictStrings *xmlDictStringsPtr;
104 xmlDictStringsPtr next;
120 xmlDictStringsPtr strings;
186 xmlDictStringsPtr pool;
208 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
246 xmlDictStringsPtr pool;
270 pool = (xmlDictStringsPtr) xmlMalloc(sizeof(xmlDictStrings) + size);
697 xmlDictStringsPtr pool, nextp;
1098 xmlDictStringsPtr pool;

Completed in 245 milliseconds