Searched refs:xmlMemRealloc (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/ |
D | testOOMlib.c | 163 mem = xmlMemRealloc (memory, bytes); in test_realloc()
|
D | globals.c | 86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; 532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState()
|
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 | 406 xmlMemRealloc(void *ptr,size_t size) { in xmlMemRealloc() function
|
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 | 569 xmlMemRealloc;
|
D | elfgcchack.h | 5343 #undef xmlMemRealloc 5344 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias"))); 5346 #ifndef xmlMemRealloc 5347 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden"))); 5348 #define xmlMemRealloc xmlMemRealloc__internal_alias macro
|
D | xmllint.c | 378 ret = xmlMemRealloc(mem, size); in myReallocFunc()
|
D | runtest.c | 534 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
|
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 155 xmlMemRealloc (void *ptr,size_t size);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 206 d xmlMemRealloc pr * extproc('xmlMemRealloc') void *
|
/external/libxml2/python/ |
D | libxml.c | 91 extern void *xmlMemRealloc(void *ptr, size_t size); 145 (reallocFunc == xmlMemRealloc) && in libxml_xmlDebugMemory() 156 xmlMemRealloc, xmlMemoryStrdup); in libxml_xmlDebugMemory()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1085 xmlMemRealloc
|