Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:iMax

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