Searched refs:xmlFreeFunc (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xmlmemory.h | 54 * xmlFreeFunc: 59 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef 93 LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree; 106 xmlMemSetup (xmlFreeFunc freeFunc, 111 xmlMemGet (xmlFreeFunc *freeFunc, 116 xmlGcMemSetup (xmlFreeFunc freeFunc, 122 xmlGcMemGet (xmlFreeFunc *freeFunc,
|
H A D | globals.h | 90 xmlFreeFunc xmlFree; 188 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void); 192 XMLPUBVAR xmlFreeFunc xmlFree; 207 XMLPUBVAR xmlFreeFunc xmlFree;
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | globals.c | 82 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree; 94 xmlFreeFunc xmlFree = (xmlFreeFunc) free; 520 gs->xmlFree = (xmlFreeFunc) xmlMemFree; 526 gs->xmlFree = (xmlFreeFunc) free; 747 xmlFreeFunc *
|
H A D | xmlmemory.c | 925 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, 963 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, 991 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, 1035 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 89 static xmlFreeFunc freeFunc = NULL; 130 xmlMemGet((xmlFreeFunc *) & freeFunc,
|
Completed in 61 milliseconds