Searched refs:xmlMemoryStrdup (Results 1 – 5 of 5) sorted by relevance
159 xmlMemoryStrdup (const char *str);
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
544 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
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
392 ret = xmlMemoryStrdup(str); in myStrdupFunc()