Home | History | Annotate | Download | only in orig

Lines Matching refs:mxI

47408   int mxI;                        /* Index of largest aReadMark[] value */
47511 mxI = 0;
47517 mxI = i;
47523 && (mxReadMark<pWal->hdr.mxFrame || mxI==0)
47529 mxI = i;
47537 if( mxI==0 ){
47542 rc = walLockShared(pWal, WAL_READ_LOCK(mxI));
47552 ** on WAL_READ_LOCK(mxI) was obtained to account for the possibility
47564 ** WAL_READ_LOCK(mxI)) has not occurred since the snapshot was valid.
47567 if( pInfo->aReadMark[mxI]!=mxReadMark
47570 walUnlockShared(pWal, WAL_READ_LOCK(mxI));
47574 pWal->readLock = (i16)mxI;