Lines Matching refs:iMax
69632 Pgno iMax = pWal->hdr.mxFrame; local
69642 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
69659 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
193854 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
193860 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
193861 iMax = a[i].iDocid;
193871 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
193874 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
193875 iMax = a[i].iDocid;
193902 pDL->iDocid = iMax;
222813 sqlite3_int64 iMax = sqlite3_column_int64(pMax, 0);
222814 zRet = rbuMPrintf(p, " WHERE _rowid_ > %lld ", iMax);
236369 static int sqlite3Fts5ExprNext(Fts5Expr*, i64 iMax);
241170 i64 iMax;
241174 iMax = a[0].reader.iPos;
241179 iMin = iMax - pNear->apPhrase[i]->nTerm - pNear->nNear;
241180 if( pPos->iPos<iMin || pPos->iPos>iMax ){
241185 if( pPos->iPos>iMax ) iMax = pPos->iPos;