Home | History | Annotate | Download | only in orig

Lines Matching refs:iMax

45541 ** iMax be the value between iKey and iUnused, closest to iUnused,
45542 ** where aHash[iMax]==P. If there is no iMax entry (if there exists
45544 ** current index block. Otherwise the iMax-th mapping entry of the
47826 Pgno iMax = pWal->hdr.mxFrame;
47835 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;