Home | History | Annotate | Download | only in libxml2

Lines Matching refs:strdupFunc

1001  * @strdupFunc: the strdup() function to use
1013 xmlReallocFunc reallocFunc, xmlStrdupFunc strdupFunc) {
1024 if (strdupFunc == NULL)
1030 xmlMemStrdup = strdupFunc;
1043 * @strdupFunc: place to save the strdup() function in use
1051 xmlReallocFunc *reallocFunc, xmlStrdupFunc *strdupFunc) {
1055 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1065 * @strdupFunc: the strdup() function to use
1080 xmlStrdupFunc strdupFunc) {
1093 if (strdupFunc == NULL)
1099 xmlMemStrdup = strdupFunc;
1113 * @strdupFunc: place to save the strdup() function in use
1124 xmlStrdupFunc *strdupFunc) {
1129 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;