Home
last modified time | relevance | path

Searched refs:reallocFunc (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h106 xmlReallocFunc reallocFunc,
111 xmlReallocFunc *reallocFunc,
117 xmlReallocFunc reallocFunc,
123 xmlReallocFunc *reallocFunc,
/external/libxml2/
Dxmlmemory.c1003 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() argument
1012 if (reallocFunc == NULL) in xmlMemSetup()
1019 xmlRealloc = reallocFunc; in xmlMemSetup()
1041 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() argument
1044 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
1069 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup() argument
1081 if (reallocFunc == NULL) in xmlGcMemSetup()
1088 xmlRealloc = reallocFunc; in xmlGcMemSetup()
1113 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet() argument
1118 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle141 d reallocFunc value like(xmlReallocFunc)
147 d reallocFunc like(xmlReallocFunc)
155 d reallocFunc value like(xmlReallocFunc)
163 d reallocFunc like(xmlReallocFunc)
/external/libxml2/python/
Dlibxml.c101 static xmlReallocFunc reallocFunc = NULL; variable
142 (xmlReallocFunc *) & reallocFunc, in libxml_xmlDebugMemory()
145 (reallocFunc == xmlMemRealloc) && in libxml_xmlDebugMemory()