Lines Matching refs:XML_PARSER_DTD
189 if ((ctxt->instate == XML_PARSER_DTD) && (ctxt->nbentities > 10000) && in xmlParserEntityCheck()
2199 if (((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) || in xmlSkipBlankChars()
2594 case XML_PARSER_DTD: in xmlParserHandlePEReference()
5711 ctxt->instate = XML_PARSER_DTD; in xmlParseDefaultDecl()
6908 ctxt->instate = XML_PARSER_DTD; in xmlParseMarkupDecl()
7044 ctxt->instate = XML_PARSER_DTD; in xmlParseExternalSubset()
8363 ctxt->instate = XML_PARSER_DTD; in xmlParseInternalSubset()
10798 ctxt->instate = XML_PARSER_DTD; in xmlParseDocument()
11254 case XML_PARSER_DTD: in xmlParseTryOrFinish()
11794 ctxt->progressive = XML_PARSER_DTD; in xmlParseTryOrFinish()
11808 ctxt->instate = XML_PARSER_DTD; in xmlParseTryOrFinish()
11957 case XML_PARSER_DTD: { in xmlParseTryOrFinish()
12101 ctxt->instate = XML_PARSER_DTD; in xmlParseTryOrFinish()
12119 ctxt->instate = XML_PARSER_DTD; in xmlParseTryOrFinish()
12222 if ((ctxt->progressive == XML_PARSER_DTD) || in xmlParseCheckTransition()
12223 (ctxt->instate == XML_PARSER_DTD)) { in xmlParseCheckTransition()