Lines Matching refs:XML_PARSER_EOF
80 (ctxt->instate == XML_PARSER_EOF)) in htmlErrMemory()
84 ctxt->instate = XML_PARSER_EOF; in htmlErrMemory()
113 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErr()
140 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErrInt()
417 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar()
3093 ctxt->instate = XML_PARSER_EOF; in htmlParseCharDataInternal()
3753 if (ctxt->instate == XML_PARSER_EOF) in htmlParseStartTag()
3777 (ctxt->instate != XML_PARSER_EOF)) in htmlParseStartTag()
4153 if (ctxt->instate == XML_PARSER_EOF) in htmlParseContent()
4313 if (ctxt->instate == XML_PARSER_EOF) in htmlParseElement()
4460 if (ctxt->instate == XML_PARSER_EOF) in htmlParseElementInternal()
4553 if (ctxt->instate == XML_PARSER_EOF) in htmlParseContentInternal()
5336 case XML_PARSER_EOF: in htmlParseTryOrFinish()
5397 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
5401 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5415 case XML_PARSER_EOF: in htmlParseTryOrFinish()
5624 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
6068 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
6072 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
6078 ((terminate) || (ctxt->instate == XML_PARSER_EOF) || in htmlParseTryOrFinish()
6114 (ctxt->input->buf != NULL) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseChunk()
6121 ctxt->errNo = XML_PARSER_EOF; in htmlParseChunk()
6123 return (XML_PARSER_EOF); in htmlParseChunk()
6134 } else if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
6155 if ((ctxt->instate != XML_PARSER_EOF) && in htmlParseChunk()
6161 if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
6165 ctxt->instate = XML_PARSER_EOF; in htmlParseChunk()