Home
last modified time | relevance | path

Searched refs:xmlParsePI (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h382 xmlParsePI (xmlParserCtxtPtr ctxt);
/external/libxml2/
Dparser.c4754 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI() function
6413 xmlParsePI(ctxt); in xmlParseMarkupDecl()
9263 xmlParsePI(ctxt); in xmlParseContent()
9972 xmlParsePI(ctxt); in xmlParseMisc()
10831 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11031 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11118 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11162 xmlParsePI(ctxt); in xmlParseTryOrFinish()
Delfgcchack.h7311 #undef xmlParsePI
7312 extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
7314 #ifndef xmlParsePI
7315 extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
7316 #define xmlParsePI xmlParsePI__internal_alias macro