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 | 138 d xmlMemSetup pr 10i 0 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 | xmlmemory.c | 1002 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() function
|
D | testrecurse.c | 578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
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 | 5353 #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
|
D | xmllint.c | 3380 xmlMemSetup(myFreeFunc, myMallocFunc, myReallocFunc, in main()
|
D | runtest.c | 531 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
D | NEWS | 2476 dynamically by using xmlMemSetup()
|
D | ChangeLog | 18624 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1086 xmlMemSetup
|
/external/libxml2/python/ |
D | libxml.c | 155 ret = (long) xmlMemSetup(xmlMemFree, xmlMemMalloc, in libxml_xmlDebugMemory()
|