Home
last modified time | relevance | path

Searched defs:xmlRealloc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
Dglobals.h129 xmlReallocFunc xmlRealloc; member
217 #define xmlRealloc \ macro
220 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
242 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/libxml2/
Dglobals.c85 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable