Lines Matching refs:iMax
58628 Pgno iMax = pWal->hdr.mxFrame;
58637 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
58654 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
153367 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
153373 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
153374 iMax = a[i].iDocid;
153384 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
153387 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
153388 iMax = a[i].iDocid;
153414 pDL->iDocid = iMax;
187282 static int sqlite3Fts5ExprNext(Fts5Expr*, i64 iMax);
191485 i64 iMax;
191489 iMax = a[0].reader.iPos;
191494 iMin = iMax - pNear->apPhrase[i]->nTerm - pNear->nNear;
191495 if( pPos->iPos<iMin || pPos->iPos>iMax ){
191500 if( pPos->iPos>iMax ) iMax = pPos->iPos;