Lines Matching refs:instate
77 (ctxt->instate == XML_PARSER_EOF)) in htmlErrMemory()
81 ctxt->instate = XML_PARSER_EOF; in htmlErrMemory()
110 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErr()
137 (ctxt->instate == XML_PARSER_EOF)) in htmlParseErrInt()
306 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar()
2836 ctxt->instate = XML_PARSER_EOF; in htmlParseCharData()
2917 state = ctxt->instate; in htmlParsePI()
2918 ctxt->instate = XML_PARSER_PI; in htmlParsePI()
2941 ctxt->instate = state; in htmlParsePI()
2947 ctxt->instate = state; in htmlParsePI()
2966 ctxt->instate = state; in htmlParsePI()
3005 ctxt->instate = state; in htmlParsePI()
3033 state = ctxt->instate; in htmlParseComment()
3034 ctxt->instate = XML_PARSER_COMMENT; in htmlParseComment()
3040 ctxt->instate = state; in htmlParseComment()
3060 ctxt->instate = state; in htmlParseComment()
3090 ctxt->instate = state; in htmlParseComment()
4293 ctxt->instate = XML_PARSER_START; in htmlInitParserCtxt()
4621 switch (ctxt->instate) { in htmlParseTryOrFinish()
4683 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
4687 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
4700 switch (ctxt->instate) { in htmlParseTryOrFinish()
4740 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
4746 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
4773 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
4783 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
4797 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
4806 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
4833 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
4843 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
4848 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
4880 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
4890 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
4897 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
4916 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
4924 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
4962 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
4985 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5001 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5067 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5102 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5112 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5116 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5124 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5179 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5181 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5193 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5204 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5215 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5226 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5237 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5248 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5259 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5270 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5281 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5292 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5305 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
5309 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5315 ((terminate) || (ctxt->instate == XML_PARSER_EOF) || in htmlParseTryOrFinish()
5316 (ctxt->instate == XML_PARSER_EPILOG))) { in htmlParseTryOrFinish()
5351 (ctxt->input->buf != NULL) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseChunk()
5374 } else if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
5392 if ((ctxt->instate != XML_PARSER_EOF) && in htmlParseChunk()
5393 (ctxt->instate != XML_PARSER_EPILOG) && in htmlParseChunk()
5394 (ctxt->instate != XML_PARSER_MISC)) { in htmlParseChunk()
5398 if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
5402 ctxt->instate = XML_PARSER_EOF; in htmlParseChunk()
5894 ctxt->instate = XML_PARSER_START; in htmlCtxtReset()