OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlFreeFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/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,
/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,
Completed in 118 milliseconds