Searched refs:iBestStart (Results 1 – 1 of 1) sorted by relevance
244283 int iBestStart = 0; /* First token of best snippet */ local244352 iBestStart = iAdj;244371 iBestStart = sFinder.aFirst[jj];244394 ctx.iRangeStart = iBestStart;244395 ctx.iRangeEnd = iBestStart + nToken - 1;244397 if( iBestStart>0 ){244403 while( ctx.iter.iStart>=0 && ctx.iter.iStart<iBestStart && rc==SQLITE_OK ){