xmlMemRealloc    5241 third_party/libxml/src/elfgcchack.h #undef xmlMemRealloc
xmlMemRealloc    5242 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
xmlMemRealloc    5244 third_party/libxml/src/elfgcchack.h #ifndef xmlMemRealloc
xmlMemRealloc    5245 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
xmlMemRealloc    5246 third_party/libxml/src/elfgcchack.h #define xmlMemRealloc xmlMemRealloc__internal_alias
xmlMemRealloc      86 third_party/libxml/src/globals.c xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
xmlMemRealloc     551 third_party/libxml/src/globals.c     gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
xmlMemRealloc     155 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlMemRealloc	(void *ptr,size_t size);
xmlMemRealloc     224 third_party/libxml/src/runsuite.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemRealloc     535 third_party/libxml/src/runtest.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemRealloc     373 third_party/libxml/src/xmllint.c     ret = xmlMemRealloc(mem, size);