OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlFreeFunc
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/include/libxml/
xmlmemory.h
52
*
xmlFreeFunc
:
57
typedef void (XMLCALL *
xmlFreeFunc
)(void *mem);
91
LIBXML_DLL_IMPORT extern
xmlFreeFunc
xmlFree;
104
xmlMemSetup (
xmlFreeFunc
freeFunc,
109
xmlMemGet (
xmlFreeFunc
*freeFunc,
114
xmlGcMemSetup (
xmlFreeFunc
freeFunc,
120
xmlGcMemGet (
xmlFreeFunc
*freeFunc,
globals.h
126
xmlFreeFunc
xmlFree;
224
XMLPUBFUN
xmlFreeFunc
* XMLCALL __xmlFree(void);
228
XMLPUBVAR
xmlFreeFunc
xmlFree;
243
XMLPUBVAR
xmlFreeFunc
xmlFree;
/external/libxml2/
globals.c
82
xmlFreeFunc
xmlFree = (
xmlFreeFunc
) xmlMemFree;
94
xmlFreeFunc
xmlFree = (
xmlFreeFunc
) free;
520
gs->xmlFree = (
xmlFreeFunc
) xmlMemFree;
526
gs->xmlFree = (
xmlFreeFunc
) free;
747
xmlFreeFunc
*
xmlmemory.c
998
xmlMemSetup(
xmlFreeFunc
freeFunc, xmlMallocFunc mallocFunc,
1036
xmlMemGet(
xmlFreeFunc
*freeFunc, xmlMallocFunc *mallocFunc,
1064
xmlGcMemSetup(
xmlFreeFunc
freeFunc, xmlMallocFunc mallocFunc,
1108
xmlGcMemGet(
xmlFreeFunc
*freeFunc, xmlMallocFunc *mallocFunc,
Completed in 15 milliseconds