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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlmemory.h97 LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro
H A Dglobals.h63 #undef xmlMemStrdup macro
92 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
158 * - xmlMemStrdup
197 #define xmlMemStrdup \ macro
200 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
208 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
943 xmlMemStrdup = strdupFunc;
968 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1012 xmlMemStrdup = strdupFunc;
1042 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
H A Dglobals.c78 #undef xmlMemStrdup macro
86 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
126 * xmlMemStrdup:
133 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
524 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
530 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
758 return (&xmlMemStrdup);
760 return (&xmlGetGlobalState()->xmlMemStrdup);

Completed in 51 milliseconds