Searched refs:xmlFreeFunc (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 57 typedef void (XMLCALL *xmlFreeFunc)(void *mem); typedef 104 xmlMemSetup (xmlFreeFunc freeFunc, 109 xmlMemGet (xmlFreeFunc *freeFunc, 114 xmlGcMemSetup (xmlFreeFunc freeFunc, 120 xmlGcMemGet (xmlFreeFunc *freeFunc,
|
D | globals.h | 127 xmlFreeFunc xmlFree; 227 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void); 231 XMLPUBVAR xmlFreeFunc xmlFree; 246 XMLPUBVAR xmlFreeFunc xmlFree;
|
/external/libxml2/ |
D | globals.c | 83 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 *
|
D | xmlmemory.c | 1001 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/ |
D | xsltInternals.h | 235 xmlFreeFunc deallocate; /* pointer to the deallocation routine */
|
D | pattern.c | 588 (xmlFreeFunc) xmlXPathFreeObject; in xsltTestCompMatchDirect()
|