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 extern xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
globals.h 87 #undef xmlMemStrdup
128 xmlStrdupFunc xmlMemStrdup;
194 * - xmlMemStrdup
233 #define xmlMemStrdup \
236 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
244 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
  /external/libxml2/
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1016 xmlMemStrdup = strdupFunc;
1041 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1085 xmlMemStrdup = strdupFunc;
1115 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
globals.c 78 #undef xmlMemStrdup
86 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
126 * xmlMemStrdup:
133 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
524 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
530 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
758 return (&xmlMemStrdup);
760 return (&xmlGetGlobalState()->xmlMemStrdup);

Completed in 151 milliseconds