Home
last modified time | relevance | path

Searched refs:xmlReallocFunc (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h77 typedef void *(XMLCALL *xmlReallocFunc)(void *mem, size_t size); typedef
106 xmlReallocFunc reallocFunc,
111 xmlReallocFunc *reallocFunc,
117 xmlReallocFunc reallocFunc,
123 xmlReallocFunc *reallocFunc,
Dglobals.h133 xmlReallocFunc xmlRealloc;
223 XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void);
227 XMLPUBVAR xmlReallocFunc xmlRealloc;
249 XMLPUBVAR xmlReallocFunc xmlRealloc;
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle59 * xmlReallocFunc:
67 d xmlReallocFunc s * based(######typedef######)
115 d like(xmlReallocFunc)
118 d func value like(xmlReallocFunc)
143 d reallocFunc value like(xmlReallocFunc)
150 d reallocFunc like(xmlReallocFunc)
159 d reallocFunc value like(xmlReallocFunc)
168 d reallocFunc like(xmlReallocFunc)
Dglobals.rpgle108 d xmlRealloc like(xmlReallocFunc)
/external/libxml2/
Dglobals.c86 xmlReallocFunc xmlRealloc = (xmlReallocFunc) xmlMemRealloc;
125 xmlReallocFunc xmlRealloc = realloc;
544 gs->xmlRealloc = (xmlReallocFunc) xmlMemRealloc; in xmlInitializeGlobalState()
550 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState()
760 xmlReallocFunc *
Dxmlmemory.c1042 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
1080 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
1108 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
1152 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
/external/libxml2/os400/
Drpgsupport.h28 XMLPUBFUN xmlReallocFunc __get_xmlRealloc(void);
29 XMLPUBFUN void __set_xmlRealloc(xmlReallocFunc reallocfunc);
Drpgsupport.c63 THREADED_VAR(xmlRealloc, xmlReallocFunc) in THREADED_VAR() argument
/external/libxml2/python/
Dlibxml.c101 static xmlReallocFunc reallocFunc = NULL;
142 (xmlReallocFunc *) & reallocFunc, in libxml_xmlDebugMemory()
/external/libxml2/doc/html/
Dindex.sgml81 <ANCHOR id="xmlReallocFunc" href="libxml/libxml-xmlmemory.html#xmlReallocFunc">