Home
last modified time | relevance | path

Searched refs:xmlMemSetup (Results 1 – 17 of 17) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h104 xmlMemSetup (xmlFreeFunc freeFunc,
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle139 d xmlMemSetup pr extproc('xmlMemSetup')
/external/libxml2/
DtestOOM.c328 xmlMemSetup (test_free, in main()
Drunxmlconf.c159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dxmlmemory.c1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() function
Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
DTODO165 - use xmlMemSetup() to reset the routines used.
Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms570 xmlMemSetup;
Delfgcchack.h5353 #undef xmlMemSetup
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
Dxmllint.c3370 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc, in main()
Druntest.c536 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
DNEWS2476 dynamically by using xmlMemSetup()
DChangeLog18624 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
/external/libxml2/win32/
Dlibxml2.def.src1086 xmlMemSetup
/external/libxml2/python/
Dlibxml.c155 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()