Searched refs:xmlFreeFunc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlmemory.h54 * 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 Dglobals.h90 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 Dglobals.c82 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
94 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
520 gs->xmlFree = (xmlFreeFunc) xmlMemFree;
526 gs->xmlFree = (xmlFreeFunc) free;
747 xmlFreeFunc *
H A Dxmlmemory.c925 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 Dlibxml.c89 static xmlFreeFunc freeFunc = NULL;
130 xmlMemGet((xmlFreeFunc *) & freeFunc,

Completed in 61 milliseconds