Searched refs:newLocktype (Results 1 – 1 of 1) sorted by relevance
52111 int newLocktype; /* Set pFile->locktype to this value before exiting */ local52145 newLocktype = pFile->locktype;52198 newLocktype = SHARED_LOCK;52210 newLocktype = RESERVED_LOCK;52219 newLocktype = PENDING_LOCK;52231 newLocktype = EXCLUSIVE_LOCK;52254 pFile->h, locktype, newLocktype));52256 pFile->locktype = (u8)newLocktype;