Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmemory.c466 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
496 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
524 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
560 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
/external/cronet/third_party/libxml/src/
Dxmlmemory.c910 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup()
940 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet()
968 xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, in xmlGcMemSetup()
1004 xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, in xmlGcMemGet()
/external/libxml2/python/
Dlibxml.c92 static xmlReallocFunc reallocFunc = NULL; variable