Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dglobals.h134 xmlReallocFunc xmlRealloc; member
225 #define xmlRealloc \ macro
228 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
250 XMLPUBVAR xmlReallocFunc xmlRealloc; variable
H A Dxmlmemory.h201 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) macro
/reactos/sdk/lib/3rdparty/libxml2/
H A Dglobals.c73 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; variable
112 xmlReallocFunc xmlRealloc = realloc; variable