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

/external/libxml2/
H A Dparser.c10682 * xmlParseXMLDecl:
10691 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { function
10897 xmlParseXMLDecl(ctxt);
11078 xmlParseXMLDecl(ctxt);
11521 xmlParseXMLDecl(ctxt);
H A Delfgcchack.h7581 #undef xmlParseXMLDecl macro
7582 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
7584 #ifndef xmlParseXMLDecl
7585 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
7586 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias macro

Completed in 86 milliseconds