• Home
  • Raw
  • Download

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()
413 if (ctxt->instate == XML_PARSER_EOF) in htmlCurrentChar()
2990 ctxt->instate = XML_PARSER_EOF; in htmlParseCharData()
3071 state = ctxt->instate; in htmlParsePI()
3072 ctxt->instate = XML_PARSER_PI; in htmlParsePI()
3095 ctxt->instate = state; in htmlParsePI()
3101 ctxt->instate = state; in htmlParsePI()
3120 ctxt->instate = state; in htmlParsePI()
3159 ctxt->instate = state; in htmlParsePI()
3187 state = ctxt->instate; in htmlParseComment()
3188 ctxt->instate = XML_PARSER_COMMENT; in htmlParseComment()
3194 ctxt->instate = state; in htmlParseComment()
3214 ctxt->instate = state; in htmlParseComment()
3244 ctxt->instate = state; in htmlParseComment()
3603 if (ctxt->instate == XML_PARSER_EOF) in htmlParseStartTag()
3624 (ctxt->instate != XML_PARSER_EOF)) in htmlParseStartTag()
3999 if (ctxt->instate == XML_PARSER_EOF) in htmlParseContent()
4159 if (ctxt->instate == XML_PARSER_EOF) in htmlParseElement()
4306 if (ctxt->instate == XML_PARSER_EOF) in htmlParseElementInternal()
4399 if (ctxt->instate == XML_PARSER_EOF) in htmlParseContentInternal()
4743 ctxt->instate = XML_PARSER_START; in htmlInitParserCtxt()
5180 switch (ctxt->instate) { in htmlParseTryOrFinish()
5242 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
5246 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5259 switch (ctxt->instate) { in htmlParseTryOrFinish()
5299 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5305 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5332 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5342 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5356 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5365 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5392 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5402 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5407 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5439 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5449 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5456 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5475 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5483 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5521 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5544 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5560 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5626 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5661 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5671 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5675 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5683 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5739 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5741 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5753 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5764 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5775 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5786 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5797 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5808 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5819 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5830 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5841 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5852 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5865 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
5869 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5875 ((terminate) || (ctxt->instate == XML_PARSER_EOF) || in htmlParseTryOrFinish()
5876 (ctxt->instate == XML_PARSER_EPILOG))) { in htmlParseTryOrFinish()
5911 (ctxt->input->buf != NULL) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseChunk()
5934 } else if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
5952 if ((ctxt->instate != XML_PARSER_EOF) && in htmlParseChunk()
5953 (ctxt->instate != XML_PARSER_EPILOG) && in htmlParseChunk()
5954 (ctxt->instate != XML_PARSER_MISC)) { in htmlParseChunk()
5958 if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
5962 ctxt->instate = XML_PARSER_EOF; in htmlParseChunk()
6454 ctxt->instate = XML_PARSER_START; in htmlCtxtReset()