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.h130 xmlReallocFunc xmlRealloc; member
220 #define xmlRealloc \ macro
223 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
245 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/libxml2/
Dglobals.c86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable