Searched refs:xmlMemSetup (Results 1 - 12 of 12) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlmemory.h104 xmlMemSetup (xmlFreeFunc freeFunc,
/external/libxml2/
H A DtestOOM.c328 xmlMemSetup (test_free,
H A Drunxmlconf.c159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dtestrecurse.c578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmlmemory.c987 * xmlMemSetup:
1002 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, function
1006 "xmlMemSetup()\n");
1023 "xmlMemSetup() Ok\n");
H A Dlibxml2.syms570 xmlMemSetup;
H A Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Druntest.c531 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmllint.c3380 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc,
H A Delfgcchack.h5353 #undef xmlMemSetup macro
5354 extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
5356 #ifndef xmlMemSetup
5357 extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
5358 #define xmlMemSetup xmlMemSetup__internal_alias macro
/external/libxml2/python/
H A Dlibxml.c155 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc,

Completed in 306 milliseconds