Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlmemory.h159 xmlMemoryStrdup (const char *str);
/external/libxml2/include/libxml/
Dxmlmemory.h159 xmlMemoryStrdup (const char *str);
/external/chromium_org/third_party/libxml/src/
Dglobals.c87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; in xmlInitializeGlobalState()
Dxmlmemory.c541 xmlMemoryStrdup(const char *str) { in xmlMemoryStrdup() function
Drunsuite.c224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
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.c388 ret = xmlMemoryStrdup(str); in myStrdupFunc()
Druntest.c535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
/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.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()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1083 xmlMemoryStrdup