Searched refs:checkIndex (Results 1 – 4 of 4) sorted by relevance
4802 ctxt->checkIndex = 0; in htmlInitParserCtxt()4995 if (ctxt->checkIndex > base) in htmlParseLookupSequence()4996 base = ctxt->checkIndex; in htmlParseLookupSequence()5054 ctxt->checkIndex = 0; in htmlParseLookupSequence()5073 ctxt->checkIndex = base; in htmlParseLookupSequence()5122 if (ctxt->checkIndex > base) in htmlParseLookupChars()5123 base = ctxt->checkIndex; in htmlParseLookupChars()5154 ctxt->checkIndex = 0; in htmlParseLookupChars()5159 ctxt->checkIndex = base; in htmlParseLookupChars()5484 ctxt->checkIndex = 0; in htmlParseTryOrFinish()[all …]
10537 if (ctxt->checkIndex > base) in xmlParseLookupSequence()10538 base = ctxt->checkIndex; in xmlParseLookupSequence()10557 ctxt->checkIndex = 0; in xmlParseLookupSequence()10575 ctxt->checkIndex = base; in xmlParseLookupSequence()10789 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11140 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11215 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11250 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11280 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11293 ctxt->checkIndex = 0; in xmlParseTryOrFinish()[all …]
1753 ctxt->checkIndex = 0; in xmlInitParserCtxt()
235 long checkIndex; /* used by progressive parsing lookup */ member