Home
last modified time | relevance | path

Searched defs:reallocFunc (Results 1 – 3 of 3) sorted by relevance

/external/cronet/third_party/libxml/src/
Dxmlmemory.c973 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
1011 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
1039 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
1083 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
/external/libxml2/
Dxmlmemory.c952 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
990 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
1018 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
1062 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
/external/libxml2/python/
Dlibxml.c102 static xmlReallocFunc reallocFunc = NULL; variable