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
DTODO165 - use xmlMemSetup() to reset the routines used.
Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms570 xmlMemSetup;
Delfgcchack.h5363 #undef xmlMemSetup
5364 extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
5366 #ifndef xmlMemSetup
5367 extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
5368 #define xmlMemSetup xmlMemSetup__internal_alias macro
Dxmllint.c3386 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc, in main()
Druntest.c537 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
DNEWS2919 dynamically by using xmlMemSetup()
DChangeLog18624 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
/external/libxml2/win32/
Dlibxml2.def.src1087 xmlMemSetup
/external/libxml2/python/
Dlibxml.c156 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()