Searched defs:xmlStopParser (Results 1 - 4 of 4) sorted by last modified time

/external/libxml2/
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
H A Dparser.c12474 * xmlStopParser:
12480 xmlStopParser(xmlParserCtxtPtr ctxt) { function
/external/chromium_org/third_party/libxml/src/
H A Dparser.c11955 * xmlStopParser:
11961 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 328 milliseconds