Searched refs:xmlReallocFunc (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | xmlmemory.h | 77 typedef void *(XMLCALL *xmlReallocFunc)(void *mem, size_t size); typedef 106 xmlReallocFunc reallocFunc, 111 xmlReallocFunc *reallocFunc, 117 xmlReallocFunc reallocFunc, 123 xmlReallocFunc *reallocFunc,
|
H A D | globals.h | 134 xmlReallocFunc xmlRealloc; 224 XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void); 228 XMLPUBVAR xmlReallocFunc xmlRealloc; 250 XMLPUBVAR xmlReallocFunc xmlRealloc;
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | globals.c | 73 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; 112 xmlReallocFunc xmlRealloc = realloc; 489 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState() 495 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState() 715 xmlReallocFunc *
|
H A D | xmlmemory.c | 1023 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() 1061 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() 1089 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup() 1133 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
|