Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlmemory.h159 xmlMemoryStrdup (const char *str);
/external/libxml2/
Dglobals.c87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
Dxmlmemory.c544 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
Delfgcchack.h5301 #undef xmlMemoryStrdup
5302 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_ali…
5304 #ifndef xmlMemoryStrdup
5305 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")…
5306 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias macro
Dxmllint.c392 ret = xmlMemoryStrdup(str); in myStrdupFunc()