HomeSort by relevance Sort by last modified time
    Searched refs:xmlReallocFunc (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
xmlmemory.h 69 * xmlReallocFunc:
77 typedef void *(XMLCALL *xmlReallocFunc)(void *mem, size_t size);
94 LIBXML_DLL_IMPORT xmlReallocFunc xmlRealloc;
106 xmlReallocFunc reallocFunc,
111 xmlReallocFunc *reallocFunc,
117 xmlReallocFunc reallocFunc,
123 xmlReallocFunc *reallocFunc,
globals.h 130 xmlReallocFunc xmlRealloc;
219 XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void);
223 XMLPUBVAR xmlReallocFunc xmlRealloc;
245 XMLPUBVAR xmlReallocFunc xmlRealloc;
  /external/libxml2/
globals.c 86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc;
532 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
538 gs->xmlRealloc = (xmlReallocFunc) realloc;
748 xmlReallocFunc *
xmlmemory.c 1002 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) {
1040 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) {
1068 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc,
1112 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc,

Completed in 200 milliseconds