Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmemory.c139 return(xmlMemRealloc(ptr, size)); in xmlReallocLoc()
152 xmlMemRealloc(void *ptr, size_t size) { in xmlMemRealloc() function
Drunxmlconf.c143 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dlibxml2.syms559 xmlMemRealloc;
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4606 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
Dxmllint.c527 ret = xmlMemRealloc(mem, size); in myReallocFunc()
/external/cronet/stable/third_party/libxml/src/
Dxmlmemory.c139 return(xmlMemRealloc(ptr, size)); in xmlReallocLoc()
152 xmlMemRealloc(void *ptr, size_t size) { in xmlMemRealloc() function
Drunxmlconf.c139 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4362 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
/external/cronet/tot/third_party/libxml/src/
Dxmlmemory.c139 return(xmlMemRealloc(ptr, size)); in xmlReallocLoc()
152 xmlMemRealloc(void *ptr, size_t size) { in xmlMemRealloc() function
Drunxmlconf.c139 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestrecurse.c371 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Dtestlimits.c378 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Drunsuite.c185 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
Druntest.c303 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in initializeLibxml2()
4362 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup); in thread_specific_data()
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlmemory.h167 xmlMemRealloc (void *ptr,size_t size);
/external/libxml2/include/libxml/
Dxmlmemory.h167 xmlMemRealloc (void *ptr,size_t size);
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlmemory.h167 xmlMemRealloc (void *ptr,size_t size);
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle206 d xmlMemRealloc pr * extproc('xmlMemRealloc') void *
/external/libxml2/python/
Dlibxml.c82 extern void *xmlMemRealloc(void *ptr, size_t size);
132 (reallocFunc == xmlMemRealloc) && in libxml_xmlDebugMemory()
136 xmlMemRealloc, xmlMemoryStrdup); in libxml_xmlDebugMemory()