Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxmlmemory.h106 xmlReallocFunc reallocFunc,
111 xmlReallocFunc *reallocFunc,
117 xmlReallocFunc reallocFunc,
123 xmlReallocFunc *reallocFunc,
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmemory.in.h134 xmlReallocFunc reallocFunc,
139 xmlReallocFunc *reallocFunc,
145 xmlReallocFunc reallocFunc,
151 xmlReallocFunc *reallocFunc,
Dxmlmemory.c1073 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() argument
1082 if (reallocFunc == NULL) in xmlMemSetup()
1089 xmlRealloc = reallocFunc; in xmlMemSetup()
1111 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() argument
1114 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
1139 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup() argument
1151 if (reallocFunc == NULL) in xmlGcMemSetup()
1158 xmlRealloc = reallocFunc; in xmlGcMemSetup()
1183 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet() argument
1188 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
/third_party/libxml2/
Dxmlmemory.c1042 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() argument
1051 if (reallocFunc == NULL) in xmlMemSetup()
1058 xmlRealloc = reallocFunc; in xmlMemSetup()
1080 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() argument
1083 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlMemGet()
1108 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup() argument
1120 if (reallocFunc == NULL) in xmlGcMemSetup()
1127 xmlRealloc = reallocFunc; in xmlGcMemSetup()
1152 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet() argument
1157 if (reallocFunc != NULL) *reallocFunc = xmlRealloc; in xmlGcMemGet()
/third_party/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle143 d reallocFunc value like(xmlReallocFunc)
150 d reallocFunc like(xmlReallocFunc)
159 d reallocFunc value like(xmlReallocFunc)
168 d reallocFunc like(xmlReallocFunc)
/third_party/libxml2/python/
Dlibxml.c102 static xmlReallocFunc reallocFunc = NULL; variable
143 (xmlReallocFunc *) & reallocFunc, in libxml_xmlDebugMemory()
146 (reallocFunc == xmlMemRealloc) && in libxml_xmlDebugMemory()