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

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmemory.h 159 xmlMemoryStrdup (const char *str);
  /external/libxml2/include/libxml/
xmlmemory.h 159 xmlMemoryStrdup (const char *str);
  /external/chromium_org/third_party/libxml/src/
globals.c 87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
xmlmemory.c 532 * xmlMemoryStrdup:
541 xmlMemoryStrdup(const char *str) {
runsuite.c 224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
runtest.c 535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
    [all...]
xmllint.c 388 ret = xmlMemoryStrdup(str);
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/
globals.c 87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
xmlmemory.c 535 * xmlMemoryStrdup:
544 xmlMemoryStrdup(const char *str) {
xmllint.c 392 ret = xmlMemoryStrdup(str);
    [all...]
elfgcchack.h     [all...]

Completed in 89 milliseconds