• Home
  • Raw
  • Download

Lines Matching refs:instate

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()
3189 state = ctxt->instate; in htmlParsePI()
3190 ctxt->instate = XML_PARSER_PI; in htmlParsePI()
3213 ctxt->instate = state; in htmlParsePI()
3219 ctxt->instate = state; in htmlParsePI()
3238 ctxt->instate = state; in htmlParsePI()
3277 ctxt->instate = state; in htmlParsePI()
3305 state = ctxt->instate; in htmlParseComment()
3306 ctxt->instate = XML_PARSER_COMMENT; in htmlParseComment()
3312 ctxt->instate = state; in htmlParseComment()
3337 ctxt->instate = state; in htmlParseComment()
3362 ctxt->instate = state; in htmlParseComment()
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()
4897 ctxt->instate = XML_PARSER_START; in htmlInitParserCtxt()
5335 switch (ctxt->instate) { in htmlParseTryOrFinish()
5397 if ((ctxt->nameNr == 0) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseTryOrFinish()
5401 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5414 switch (ctxt->instate) { in htmlParseTryOrFinish()
5454 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5460 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5500 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5510 ctxt->instate = XML_PARSER_MISC; in htmlParseTryOrFinish()
5524 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5533 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5560 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5570 ctxt->instate = XML_PARSER_PROLOG; in htmlParseTryOrFinish()
5575 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5607 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5617 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5624 ctxt->instate = XML_PARSER_EOF; in htmlParseTryOrFinish()
5657 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5665 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5711 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5737 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5757 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5829 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5864 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5874 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5878 ctxt->instate = XML_PARSER_END_TAG; in htmlParseTryOrFinish()
5886 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
5942 ctxt->instate = XML_PARSER_EPILOG; in htmlParseTryOrFinish()
5944 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5956 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5967 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5978 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
5989 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
6000 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
6011 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
6022 ctxt->instate = XML_PARSER_START_TAG; in htmlParseTryOrFinish()
6033 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
6044 ctxt->instate = XML_PARSER_CONTENT; in htmlParseTryOrFinish()
6055 ctxt->instate = XML_PARSER_CONTENT; 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()
6079 (ctxt->instate == XML_PARSER_EPILOG))) { in htmlParseTryOrFinish()
6114 (ctxt->input->buf != NULL) && (ctxt->instate != XML_PARSER_EOF)) { in htmlParseChunk()
6134 } else if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
6155 if ((ctxt->instate != XML_PARSER_EOF) && in htmlParseChunk()
6156 (ctxt->instate != XML_PARSER_EPILOG) && in htmlParseChunk()
6157 (ctxt->instate != XML_PARSER_MISC)) { in htmlParseChunk()
6161 if (ctxt->instate != XML_PARSER_EOF) { in htmlParseChunk()
6165 ctxt->instate = XML_PARSER_EOF; in htmlParseChunk()
6656 ctxt->instate = XML_PARSER_START; in htmlCtxtReset()