Searched defs:xmlCleanupParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dparser.c14195 * xmlCleanupParser:
14202 * call xmlCleanupParser() only when the process has finished using
14217 xmlCleanupParser(void) { function
H A Delfgcchack.h2069 #undef xmlCleanupParser macro
2070 extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
2072 #ifndef xmlCleanupParser
2073 extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
2074 #define xmlCleanupParser xmlCleanupParser__internal_alias macro
/external/libxml2/
H A Dparser.c14727 * xmlCleanupParser:
14734 * call xmlCleanupParser() only when the process has finished using
14749 xmlCleanupParser(void) { function
H A Delfgcchack.h2141 #undef xmlCleanupParser macro
2142 extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
2144 #ifndef xmlCleanupParser
2145 extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
2146 #define xmlCleanupParser xmlCleanupParser__internal_alias macro

Completed in 9258 milliseconds