Searched defs:xmlMemStrdup (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlmemory.h95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro
H A Dglobals.h88 #undef xmlMemStrdup macro
129 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
197 * - xmlMemStrdup
236 #define xmlMemStrdup \ macro
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
/external/libxml2/include/libxml/
H A Dxmlmemory.h95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro
H A Dglobals.h88 #undef xmlMemStrdup macro
129 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
197 * - xmlMemStrdup
236 #define xmlMemStrdup \ macro
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
1016 xmlMemStrdup = strdupFunc;
1041 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1085 xmlMemStrdup = strdupFunc;
1115 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
H A Dglobals.c79 #undef xmlMemStrdup macro
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
146 * xmlMemStrdup:
153 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
558 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
787 return (&xmlMemStrdup);
789 return (&xmlGetGlobalState()->xmlMemStrdup);
/external/libxml2/
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
1019 xmlMemStrdup = strdupFunc;
1044 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1088 xmlMemStrdup = strdupFunc;
1118 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
H A Dglobals.c79 #undef xmlMemStrdup macro
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
127 * xmlMemStrdup:
134 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
539 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
768 return (&xmlMemStrdup);
770 return (&xmlGetGlobalState()->xmlMemStrdup);

Completed in 7674 milliseconds