Lines Matching refs:iMax
58644 Pgno iMax = pWal->hdr.mxFrame;
58653 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
58670 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
153395 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
153401 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
153402 iMax = a[i].iDocid;
153412 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
153415 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
153416 iMax = a[i].iDocid;
153442 pDL->iDocid = iMax;
187310 static int sqlite3Fts5ExprNext(Fts5Expr*, i64 iMax);
191513 i64 iMax;
191517 iMax = a[0].reader.iPos;
191522 iMin = iMax - pNear->apPhrase[i]->nTerm - pNear->nNear;
191523 if( pPos->iPos<iMin || pPos->iPos>iMax ){
191528 if( pPos->iPos>iMax ) iMax = pPos->iPos;