Searched defs:xmlStopParser (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c12472 * xmlStopParser:
12478 xmlStopParser(xmlParserCtxtPtr ctxt) { function
H A Delfgcchack.h10787 #undef xmlStopParser macro
10788 extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
10790 #ifndef xmlStopParser
10791 extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
10792 #define xmlStopParser xmlStopParser__internal_alias macro

Completed in 209 milliseconds