Searched refs:checkIndex (Results 1 – 9 of 9) sorted by relevance
123 for (unsigned checkIndex = 0; checkIndex < ucharsPerLoop; ++checkIndex)124 ASSERT(!(source[i+checkIndex] & 0xff00));
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()
4797 ctxt->checkIndex = 0; in htmlInitParserCtxt()4990 if (ctxt->checkIndex > base) in htmlParseLookupSequence()4991 base = ctxt->checkIndex; in htmlParseLookupSequence()5049 ctxt->checkIndex = 0; in htmlParseLookupSequence()5068 ctxt->checkIndex = base; in htmlParseLookupSequence()5117 if (ctxt->checkIndex > base) in htmlParseLookupChars()5118 base = ctxt->checkIndex; in htmlParseLookupChars()5149 ctxt->checkIndex = 0; in htmlParseLookupChars()5154 ctxt->checkIndex = base; in htmlParseLookupChars()5479 ctxt->checkIndex = 0; in htmlParseTryOrFinish()[all …]
10516 if (ctxt->checkIndex > base) in xmlParseLookupSequence()10517 base = ctxt->checkIndex; in xmlParseLookupSequence()10536 ctxt->checkIndex = 0; in xmlParseLookupSequence()10554 ctxt->checkIndex = base; in xmlParseLookupSequence()10768 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11121 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11198 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11235 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11267 ctxt->checkIndex = 0; in xmlParseTryOrFinish()11282 ctxt->checkIndex = 0; in xmlParseTryOrFinish()[all …]
235 long checkIndex; /* used by progressive parsing lookup */ member