Home
last modified time | relevance | path

Searched refs:xmlFreeFunc (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h57 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef
104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
Dglobals.h127 xmlFreeFunc xmlFree;
227 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void);
231 XMLPUBVAR xmlFreeFunc xmlFree;
246 XMLPUBVAR xmlFreeFunc xmlFree;
/external/libxml2/
Dglobals.c83 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
95 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
529 gs->xmlFree = (xmlFreeFunc) xmlMemFree; in xmlInitializeGlobalState()
535 gs->xmlFree = (xmlFreeFunc) free; in xmlInitializeGlobalState()
757 xmlFreeFunc *
Dxmlmemory.c1001 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup()
1039 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet()
1067 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup()
1111 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet()
/external/libxslt/libxslt/
DxsltInternals.h235 xmlFreeFunc deallocate; /* pointer to the deallocation routine */
Dpattern.c588 (xmlFreeFunc) xmlXPathFreeObject; in xsltTestCompMatchDirect()