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

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmemory.h 95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
globals.h 88 #undef xmlMemStrdup
129 xmlStrdupFunc xmlMemStrdup;
197 * - xmlMemStrdup
236 #define xmlMemStrdup \
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
  /external/libxml2/include/libxml/
xmlmemory.h 95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
globals.h 88 #undef xmlMemStrdup
129 xmlStrdupFunc xmlMemStrdup;
197 * - xmlMemStrdup
236 #define xmlMemStrdup \
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
  /external/chromium_org/third_party/libxml/src/
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 79 #undef xmlMemStrdup
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
146 * xmlMemStrdup:
153 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
558 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
787 return (&xmlMemStrdup);
789 return (&xmlGetGlobalState()->xmlMemStrdup);
  /external/libxml2/
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1019 xmlMemStrdup = strdupFunc;
1044 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1088 xmlMemStrdup = strdupFunc;
1118 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 453 milliseconds