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

/external/libxml2/
H A Dparser.c5824 * xmlParseNotationType:
5841 xmlParseNotationType(xmlParserCtxtPtr ctxt) { function
5989 *tree = xmlParseNotationType(ctxt);
H A Delfgcchack.h7417 #undef xmlParseNotationType macro
7418 extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
7420 #ifndef xmlParseNotationType
7421 extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
7422 #define xmlParseNotationType xmlParseNotationType__internal_alias macro

Completed in 166 milliseconds