HomeSort by relevance Sort by last modified time
    Searched defs:xmlMemStrdup (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
xmlmemory.h 95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
globals.h 92 #undef xmlMemStrdup
133 xmlStrdupFunc xmlMemStrdup;
202 * - xmlMemStrdup
241 #define xmlMemStrdup \
244 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
252 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
  /external/libxml2/
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1020 xmlMemStrdup = strdupFunc;
1045 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1089 xmlMemStrdup = strdupFunc;
1119 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
globals.c 79 #undef xmlMemStrdup
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
127 * xmlMemStrdup:
134 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
539 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
768 return (&xmlMemStrdup);
770 return (&xmlGetGlobalState()->xmlMemStrdup);

Completed in 747 milliseconds