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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.in.h52 * xmlFreeFunc:
57 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef
91 LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree;
104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
H A Dglobals.in.h90 xmlFreeFunc xmlFree;
188 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void);
192 XMLPUBVAR xmlFreeFunc xmlFree;
207 XMLPUBVAR xmlFreeFunc xmlFree;
H A Dglobals.c81 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
93 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
519 gs->xmlFree = (xmlFreeFunc) xmlMemFree;
525 gs->xmlFree = (xmlFreeFunc) free;
746 xmlFreeFunc *
H A Dxmlmemory.c922 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
960 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
988 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1032 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlmemory.h52 * xmlFreeFunc:
57 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef
91 LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree;
104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
H A Dglobals.h126 xmlFreeFunc xmlFree;
224 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void);
228 XMLPUBVAR xmlFreeFunc xmlFree;
243 XMLPUBVAR xmlFreeFunc xmlFree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.in.h52 * xmlFreeFunc:
57 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef
91 LIBXML_DLL_IMPORT extern xmlFreeFunc xmlFree;
104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
H A Dglobals.in.h90 xmlFreeFunc xmlFree;
188 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void);
192 XMLPUBVAR xmlFreeFunc xmlFree;
207 XMLPUBVAR xmlFreeFunc xmlFree;
H A Dglobals.c81 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
93 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
519 gs->xmlFree = (xmlFreeFunc) xmlMemFree;
525 gs->xmlFree = (xmlFreeFunc) free;
746 xmlFreeFunc *
H A Dxmlmemory.c922 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
960 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
988 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1032 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
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.c998 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1036 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
1064 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1108 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c91 static xmlFreeFunc freeFunc = NULL;
132 xmlMemGet((xmlFreeFunc *) & freeFunc,

Completed in 211 milliseconds