HomeSort by relevance Sort by last modified time
    Searched refs:xmlFreeFunc (Results 1 - 7 of 7) sorted by null

  /external/libxml2/include/libxml/
xmlmemory.h 52 * xmlFreeFunc:
57 typedef void (XMLCALL *xmlFreeFunc)(void *mem);
91 LIBXML_DLL_IMPORT xmlFreeFunc xmlFree;
104 xmlMemSetup (xmlFreeFunc freeFunc,
109 xmlMemGet (xmlFreeFunc *freeFunc,
114 xmlGcMemSetup (xmlFreeFunc freeFunc,
120 xmlGcMemGet (xmlFreeFunc *freeFunc,
globals.h 131 xmlFreeFunc xmlFree;
232 XMLPUBFUN xmlFreeFunc * XMLCALL __xmlFree(void);
236 XMLPUBVAR xmlFreeFunc xmlFree;
251 XMLPUBVAR xmlFreeFunc xmlFree;
  /external/libxml2/os400/
rpgsupport.h 19 XMLPUBFUN xmlFreeFunc __get_xmlFree(void);
20 XMLPUBFUN void __set_xmlFree(xmlFreeFunc freefunc);
rpgsupport.c 33 THREADED_VAR(xmlFree, xmlFreeFunc)
  /external/libxml2/
globals.c 83 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
95 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
529 gs->xmlFree = (xmlFreeFunc) xmlMemFree;
535 gs->xmlFree = (xmlFreeFunc) free;
757 xmlFreeFunc *
xmlmemory.c 1012 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1050 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
1078 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc,
1122 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc,
  /external/libxml2/python/
libxml.c 99 static xmlFreeFunc freeFunc = NULL;
140 xmlMemGet((xmlFreeFunc *) & freeFunc,
    [all...]

Completed in 93 milliseconds