Searched defs:xmlRealloc (Results 1 – 3 of 3) sorted by relevance
134 xmlReallocFunc xmlRealloc; member225 #define xmlRealloc \ macro228 XMLPUBVAR xmlReallocFunc xmlRealloc; variable250 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
201 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
73 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable112 xmlReallocFunc xmlRealloc = realloc; variable