Lines Matching refs:freeFunc
987 * @freeFunc: the free() function to use
1001 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1007 if (freeFunc == NULL)
1015 xmlFree = freeFunc;
1029 * @freeFunc: place to save the free() function in use
1039 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
1041 if (freeFunc != NULL) *freeFunc = xmlFree;
1050 * @freeFunc: the free() function to use
1067 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1074 if (freeFunc == NULL)
1084 xmlFree = freeFunc;
1098 * @freeFunc: place to save the free() function in use
1111 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
1114 if (freeFunc != NULL) *freeFunc = xmlFree;