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

/external/libxml2/
H A Dparser.c11948 * xmlStopParser:
11954 xmlStopParser(xmlParserCtxtPtr ctxt) { function
H A Delfgcchack.h10637 #undef xmlStopParser macro
10638 extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
10640 #ifndef xmlStopParser
10641 extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
10642 #define xmlStopParser xmlStopParser__internal_alias macro

Completed in 74 milliseconds