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.c1013 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) { in xmlMemSetup() argument
1024 if (strdupFunc == NULL) in xmlMemSetup()
1030 xmlMemStrdup = strdupFunc; in xmlMemSetup()
1051 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) { in xmlMemGet() argument
1055 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup; in xmlMemGet()
1080 xmlStrdupFunc strdupFunc) { in xmlGcMemSetup() argument
1093 if (strdupFunc == NULL) in xmlGcMemSetup()
1099 xmlMemStrdup = strdupFunc; in xmlGcMemSetup()
1124 xmlStrdupFunc *strdupFunc) { in xmlGcMemGet() argument
1129 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup; in xmlGcMemGet()
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle143 d strdupFunc value like(xmlStrdupFunc)
149 d strdupFunc like(xmlStrdupFunc)
157 d strdupFunc value like(xmlStrdupFunc)
165 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()