Lines Matching refs:iMax
61378 Pgno iMax = pWal->hdr.mxFrame;
61387 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
61404 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
165015 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
165021 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
165022 iMax = a[i].iDocid;
165032 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
165035 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
165036 iMax = a[i].iDocid;
165063 pDL->iDocid = iMax;
202013 static int sqlite3Fts5ExprNext(Fts5Expr*, i64 iMax);
206300 i64 iMax;
206304 iMax = a[0].reader.iPos;
206309 iMin = iMax - pNear->apPhrase[i]->nTerm - pNear->nNear;
206310 if( pPos->iPos<iMin || pPos->iPos>iMax ){
206315 if( pPos->iPos>iMax ) iMax = pPos->iPos;