Lines Matching full:unlocked
1656 ** The xShmLock method can transition between unlocked and SHARED or
1657 ** between unlocked and EXCLUSIVE. It cannot transition between SHARED
23187 ** UNLOCKED -> SHARED
23714 int ofst, /* Offset to first byte to be locked/unlocked */
24083 ** different here than in posix. In xShmLock(), one can go from unlocked
24084 ** to shared and back or from unlocked to exclusive and back. But one may
25951 ** file is unlocked. cnt==-1 means the file has an exclusive lock.
25957 ** a locked and an unlocked state.
26374 ** UNLOCKED -> SHARED
26444 ** (1) We never move from unlocked to anything higher than shared lock.
26625 ** the byte range is divided into 2 parts and the first part is unlocked then
26626 ** set to a read lock, then the other part is simply unlocked. This works
26938 ** is held on the file and false if the file is unlocked.
26979 ** UNLOCKED -> SHARED
27204 ** UNLOCKED -> SHARED
27380 ** UNLOCKED -> SHARED
27525 const char *path, /* Name of the file to be locked or unlocked */
27631 ** UNLOCKED -> SHARED
27662 ** (1) We never move from unlocked to anything higher than shared lock.
29137 ** different here than in posix. In xShmLock(), one can go from unlocked
29138 ** to shared and back or from unlocked to exclusive and back. But one may
30634 ** states (UNLOCKED, PENDING, SHARED, RESERVED, EXCLUSIVE) are implemented
31688 ** UNLOCKED -> SHARED
34037 ** UNLOCKED -> SHARED
34467 int ofst, /* Offset to first byte to be locked/unlocked */
38805 ** The exception is when the database file is unlocked as the pager moves
40140 ** completely unlocked. If the file is unlocked and the file-system does
46103 ** through the unlocked state first.
46402 ** If successful, the same bytes that are locked here are unlocked before
49163 /* Unless the database is sharable and unlocked, then BtShared.db
51896 ** and the database was previously unlocked, then invoke the busy handler
67946 ** open cursor. If the database was unlocked prior to this instruction
93550 "unlocked", "shared", "reserved", "pending", "exclusive"