Searched refs:xmlParseXMLDecl (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h487 xmlParseXMLDecl (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms216 xmlParseXMLDecl;
H A Dparser.c10626 * xmlParseXMLDecl:
10635 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { function
10841 xmlParseXMLDecl(ctxt);
11022 xmlParseXMLDecl(ctxt);
11464 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 120 milliseconds