Searched refs:xmlMemSetup (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 104 xmlMemSetup (xmlFreeFunc freeFunc,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 139 d xmlMemSetup pr extproc('xmlMemSetup')
|
/external/libxml2/ |
D | testOOM.c | 328 xmlMemSetup (test_free, in main()
|
D | runxmlconf.c | 159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | testrecurse.c | 578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | xmlmemory.c | 1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() function
|
D | TODO | 165 - use xmlMemSetup() to reset the routines used.
|
D | testlimits.c | 670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | runsuite.c | 212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | libxml2.syms | 570 xmlMemSetup;
|
D | elfgcchack.h | 5363 #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
|
D | xmllint.c | 3386 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc, in main()
|
D | runtest.c | 537 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | NEWS | 2919 dynamically by using xmlMemSetup()
|
D | ChangeLog | 18624 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1087 xmlMemSetup
|
/external/libxml2/python/ |
D | libxml.c | 156 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()
|