Home
last modified time | relevance | path

Searched refs:xmlMemRealloc (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/
DtestOOMlib.c163 mem = xmlMemRealloc (memory, bytes); in test_realloc()
Dglobals.c86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState()
Drunxmlconf.c159 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c578 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dxmlmemory.c406 xmlMemRealloc(void *ptr,size_t size) { in xmlMemRealloc() function
Dtestlimits.c670 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c212 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms569 xmlMemRealloc;
Delfgcchack.h5343 #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
Dxmllint.c378 ret = xmlMemRealloc(mem, size); in myReallocFunc()
Druntest.c534 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
/external/libxml2/include/libxml/
Dxmlmemory.h155 xmlMemRealloc (void *ptr,size_t size);
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle206 d xmlMemRealloc pr * extproc('xmlMemRealloc') void *
/external/libxml2/python/
Dlibxml.c91 extern void *xmlMemRealloc(void *ptr, size_t size);
145 (reallocFunc == xmlMemRealloc) && in libxml_xmlDebugMemory()
156 xmlMemRealloc, xmlMemoryStrdup); in libxml_xmlDebugMemory()
/external/libxml2/win32/
Dlibxml2.def.src1085 xmlMemRealloc