Searched refs:xmlMemoryStrdup (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 159 xmlMemoryStrdup (const char *str);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 213 d xmlMemoryStrdup... 214 d pr * extproc('xmlMemoryStrdup') char *
|
/external/libxml2/ |
D | globals.c | 87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; 533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
|
D | runxmlconf.c | 159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | testrecurse.c | 578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | xmlmemory.c | 551 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
|
D | testlimits.c | 670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | runsuite.c | 212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | libxml2.syms | 575 xmlMemoryStrdup;
|
D | elfgcchack.h | 5403 #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
|
D | xmllint.c | 393 ret = xmlMemoryStrdup(str); in myStrdupFunc()
|
D | runtest.c | 534 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
/external/libxml2/python/ |
D | libxml.c | 92 extern char *xmlMemoryStrdup(const char *str); 146 (strdupFunc == xmlMemoryStrdup)) { in libxml_xmlDebugMemory() 156 xmlMemRealloc, xmlMemoryStrdup); in libxml_xmlDebugMemory()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1093 xmlMemoryStrdup
|