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.h134 xmlReallocFunc xmlRealloc;
224 XMLPUBFUN xmlReallocFunc * XMLCALL __xmlRealloc(void);
228 XMLPUBVAR xmlReallocFunc xmlRealloc;
250 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)
142 d reallocFunc value like(xmlReallocFunc)
148 d reallocFunc like(xmlReallocFunc)
156 d reallocFunc value like(xmlReallocFunc)
164 d reallocFunc like(xmlReallocFunc)
Dglobals.rpgle107 d xmlRealloc like(xmlReallocFunc)
/external/libxml2/
Dglobals.c86 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 *
Dxmlmemory.c1013 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
1051 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
1079 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
1123 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">