Home
last modified time | relevance | path

Searched refs:xmlMemoryStrdup (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h159 xmlMemoryStrdup (const char *str);
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle213 d xmlMemoryStrdup...
214 d pr * extproc('xmlMemoryStrdup') char *
/external/libxml2/
Dglobals.c87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
Drunxmlconf.c159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dxmlmemory.c551 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms575 xmlMemoryStrdup;
Delfgcchack.h5403 #undef xmlMemoryStrdup
5404 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_ali…
5406 #ifndef xmlMemoryStrdup
5407 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")…
5408 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias macro
Dxmllint.c393 ret = xmlMemoryStrdup(str); in myStrdupFunc()
Druntest.c534 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
/external/libxml2/python/
Dlibxml.c92 extern char *xmlMemoryStrdup(const char *str);
146 (strdupFunc == xmlMemoryStrdup)) { in libxml_xmlDebugMemory()
156 xmlMemRealloc, xmlMemoryStrdup); in libxml_xmlDebugMemory()
/external/libxml2/win32/
Dlibxml2.def.src1093 xmlMemoryStrdup