Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
DparserInternals.h415 xmlParsePI (xmlParserCtxtPtr ctxt);
/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle237 d xmlParsePI pr extproc('xmlParsePI')
/third_party/libxml2/
Dlibxml2.syms205 xmlParsePI;
Dparser.c5180 xmlParsePI(xmlParserCtxtPtr ctxt) { in xmlParsePI() function
6897 xmlParsePI(ctxt); in xmlParseMarkupDecl()
9890 xmlParsePI(ctxt); in xmlParseContentInternal()
10675 xmlParsePI(ctxt); in xmlParseMisc()
11555 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11760 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11865 xmlParsePI(ctxt); in xmlParseTryOrFinish()
11921 xmlParsePI(ctxt); in xmlParseTryOrFinish()
Delfgcchack.h7447 #undef xmlParsePI
7448 extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
7450 #ifndef xmlParsePI
7451 extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
7452 #define xmlParsePI xmlParsePI__internal_alias macro
/third_party/libxml2/win32/
Dlibxml2.def.src1362 xmlParsePI
/third_party/chromium/patch/
D0001-cve.patch108432 -#undef xmlParsePI
108433 -extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
108435 -#ifndef xmlParsePI
108436 -extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
108437 -#define xmlParsePI xmlParsePI__internal_alias
123736 xmlParsePI(ctxt);