Searched defs:xmlRealloc (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlmemory.h94 LIBXML_DLL_IMPORT extern xmlReallocFunc xmlRealloc;
191 * xmlRealloc:
199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
H A Dglobals.h91 #undef xmlRealloc macro
129 xmlReallocFunc xmlRealloc; member in struct:_xmlGlobalState
193 * - xmlRealloc
217 #define xmlRealloc \ macro
220 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
242 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/libxml2/
H A Dxmlmemory.c69 #ifdef xmlRealloc
70 #undef xmlRealloc macro
1015 xmlRealloc = reallocFunc;
1040 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
1084 xmlRealloc = reallocFunc;
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc;
H A Dglobals.c79 #undef xmlRealloc macro
85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
116 * xmlRealloc:
124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable
523 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
529 gs->xmlRealloc = (xmlReallocFunc) realloc;
737 #undef xmlRealloc macro
741 return (&xmlRealloc);
743 return (&xmlGetGlobalState()->xmlRealloc);

Completed in 652 milliseconds