Home
last modified time | relevance | path

Searched refs:checkIndex (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
DHTMLparser.c4306 ctxt->checkIndex = 0; in htmlInitParserCtxt()
4491 if (ctxt->checkIndex > base) in htmlParseLookupSequence()
4492 base = ctxt->checkIndex; in htmlParseLookupSequence()
4529 ctxt->checkIndex = 0; in htmlParseLookupSequence()
4547 ctxt->checkIndex = base; in htmlParseLookupSequence()
4883 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
4979 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
4997 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
5026 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
5075 ctxt->checkIndex = 0; in htmlParseTryOrFinish()
[all …]
Dparser.c9480 if (ctxt->checkIndex > base) in xmlParseLookupSequence()
9481 base = ctxt->checkIndex; in xmlParseLookupSequence()
9500 ctxt->checkIndex = 0; in xmlParseLookupSequence()
9518 ctxt->checkIndex = base; in xmlParseLookupSequence()
9732 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
10081 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
10154 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
10176 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
10206 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
10219 ctxt->checkIndex = 0; in xmlParseTryOrFinish()
[all …]
DparserInternals.c1666 ctxt->checkIndex = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h232 long checkIndex; /* used by progressive parsing lookup */ member