Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlmemory.h107 xmlStrdupFunc strdupFunc);
112 xmlStrdupFunc *strdupFunc);
118 xmlStrdupFunc strdupFunc);
124 xmlStrdupFunc *strdupFunc);
/external/libxml2/
Dxmlmemory.c1042 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() argument
1053 if (strdupFunc == NULL) in xmlMemSetup()
1059 xmlMemStrdup = strdupFunc; in xmlMemSetup()
1080 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() argument
1084 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup; in xmlMemGet()
1109 xmlStrdupFunc strdupFunc) { in xmlGcMemSetup() argument
1122 if (strdupFunc == NULL) in xmlGcMemSetup()
1128 xmlMemStrdup = strdupFunc; in xmlGcMemSetup()
1153 xmlStrdupFunc *strdupFunc) { in xmlGcMemGet() argument
1158 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup; in xmlGcMemGet()
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle144 d strdupFunc value like(xmlStrdupFunc)
151 d strdupFunc like(xmlStrdupFunc)
160 d strdupFunc value like(xmlStrdupFunc)
169 d strdupFunc like(xmlStrdupFunc)
/external/libxml2/python/
Dlibxml.c102 static xmlStrdupFunc strdupFunc = NULL; variable
143 (xmlStrdupFunc *) & strdupFunc); in libxml_xmlDebugMemory()
146 (strdupFunc == xmlMemoryStrdup)) { in libxml_xmlDebugMemory()