Home
last modified time | relevance | path

Searched refs:xmlCleanupMemory (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h136 xmlCleanupMemory (void);
/external/libxml2/
Dxmlmemory.c968 xmlCleanupMemory(void) { in xmlCleanupMemory() function
Delfgcchack.h2047 #undef xmlCleanupMemory
2048 extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_…
2050 #ifndef xmlCleanupMemory
2051 extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden…
2052 #define xmlCleanupMemory xmlCleanupMemory__internal_alias macro
Dparser.c14229 xmlCleanupMemory(); in xmlCleanupParser()