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

/external/libxml2/
H A Dparser.c10559 * xmlParseXMLDecl:
10568 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { function
10772 xmlParseXMLDecl(ctxt);
10952 xmlParseXMLDecl(ctxt);
11394 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 61 milliseconds