Home
last modified time | relevance | path

Searched refs:mxI (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c2713 int mxI; /* Index of largest aReadMark[] value */ in walTryBeginRead() local
2832 mxI = 0; in walTryBeginRead()
2844 mxI = i; in walTryBeginRead()
2848 && (mxReadMark<mxFrame || mxI==0) in walTryBeginRead()
2855 mxI = i; in walTryBeginRead()
2863 if( mxI==0 ){ in walTryBeginRead()
2868 rc = walLockShared(pWal, WAL_READ_LOCK(mxI)); in walTryBeginRead()
2908 if( AtomicLoad(pInfo->aReadMark+mxI)!=mxReadMark in walTryBeginRead()
2911 walUnlockShared(pWal, WAL_READ_LOCK(mxI)); in walTryBeginRead()
2915 pWal->readLock = (i16)mxI; in walTryBeginRead()
H A Dwhere.c4785 int mxI = 0; /* Index of next entry to replace */ in wherePathSolver() local
4974 jj = mxI; in wherePathSolver()
5040 mxI = 0; in wherePathSolver()
5049 mxI = jj; in wherePathSolver()