Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlmemory.h199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
Dglobals.h134 xmlReallocFunc xmlRealloc; member
225 #define xmlRealloc \ macro
228 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
250 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
/external/libxml2/os400/
Drpgsupport.c63 THREADED_VAR(xmlRealloc, xmlReallocFunc) in THREADED_VAR() argument
/external/libxml2/
Dglobals.c86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; variable