Searched refs:xmlMemoryStrdup (Results 1 – 13 of 13) sorted by relevance
159 xmlMemoryStrdup (const char *str);
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
541 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
5301 #undef xmlMemoryStrdup5302 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_ali…5304 #ifndef xmlMemoryStrdup5305 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")…5306 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias macro
388 ret = xmlMemoryStrdup(str); in myStrdupFunc()
535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
544 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
5403 #undef xmlMemoryStrdup5404 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_ali…5406 #ifndef xmlMemoryStrdup5407 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")…5408 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias macro
393 ret = xmlMemoryStrdup(str); in myStrdupFunc()
1083 xmlMemoryStrdup