Searched refs:xmlMemRealloc (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlmemory.h155 xmlMemRealloc (void *ptr,size_t size);
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
523 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
H A Dxmlmemory.c383 * xmlMemRealloc:
393 xmlMemRealloc(void *ptr,size_t size) { function
H A Drunsuite.c224 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Druntest.c535 xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
H A Dxmllint.c367 ret = xmlMemRealloc(mem, size);
H A Delfgcchack.h5195 #undef xmlMemRealloc macro
5196 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
5198 #ifndef xmlMemRealloc
5199 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
5200 #define xmlMemRealloc xmlMemRealloc__internal_alias macro
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c81 extern void *xmlMemRealloc(void *ptr, size_t size);
135 (reallocFunc == xmlMemRealloc) &&
146 xmlMemRealloc, xmlMemoryStrdup);

Completed in 127 milliseconds