Home | History | Annotate | Download | only in dist

Lines Matching defs:iMax

47709 ** iMax be the value between iKey and iUnused, closest to iUnused,
47710 ** where aHash[iMax]==P. If there is no iMax entry (if there exists
47712 ** current index block. Otherwise the iMax-th mapping entry of the
50000 Pgno iMax = pWal->hdr.mxFrame;
50009 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
50026 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
131283 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
131289 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
131290 iMax = a[i].iDocid;
131300 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
131303 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
131304 iMax = a[i].iDocid;
131330 pDL->iDocid = iMax;