Searched refs:strdupFunc (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlmemory.h107 xmlStrdupFunc strdupFunc);
112 xmlStrdupFunc *strdupFunc);
118 xmlStrdupFunc strdupFunc);
124 xmlStrdupFunc *strdupFunc);
/external/libxml2/
H A Dxmlmemory.c991 * @strdupFunc: the strdup() function to use
1003 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) {
1014 if (strdupFunc == NULL)
1020 xmlMemStrdup = strdupFunc;
1033 * @strdupFunc: place to save the strdup() function in use
1041 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) {
1045 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1055 * @strdupFunc: the strdup() function to use
1070 xmlStrdupFunc strdupFunc) {
1002 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) argument
1040 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) argument
1068 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, xmlMallocFunc mallocAtomicFunc, xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) argument
1112 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, xmlMallocFunc *mallocAtomicFunc, xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) argument
[all...]
/external/libxml2/python/
H A Dlibxml.c102 static xmlStrdupFunc strdupFunc = NULL; variable
143 (xmlStrdupFunc *) & strdupFunc);
146 (strdupFunc == xmlMemoryStrdup)) {

Completed in 166 milliseconds