Searched refs:xmlReallocFunc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
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,
|
D | globals.h | 130 xmlReallocFunc xmlRealloc; 219 XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void); 223 XMLPUBVAR xmlReallocFunc xmlRealloc; 245 XMLPUBVAR xmlReallocFunc xmlRealloc;
|
/external/libxml2/ |
D | globals.c | 86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc; 125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; 532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState() 538 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState() 748 xmlReallocFunc *
|
D | xmlmemory.c | 1002 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() 1040 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() 1068 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup() 1112 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
|