Home | History | Annotate | Download | only in orig

Lines Matching defs:iMax

47689 ** iMax be the value between iKey and iUnused, closest to iUnused,
47690 ** where aHash[iMax]==P. If there is no iMax entry (if there exists
47692 ** current index block. Otherwise the iMax-th mapping entry of the
49980 Pgno iMax = pWal->hdr.mxFrame;
49989 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
50006 if( iMax!=pWal->hdr.mxFrame ) walCleanupHash(pWal);
131251 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */
131257 if( a[i].bIgnore==0 && (bMaxSet==0 || DOCID_CMP(iMax, a[i].iDocid)<0) ){
131258 iMax = a[i].iDocid;
131268 && a[i].bIgnore==0 && DOCID_CMP(a[i].iDocid, iMax)<0
131271 if( DOCID_CMP(a[i].iDocid, iMax)>0 ){
131272 iMax = a[i].iDocid;
131298 pDL->iDocid = iMax;