Searched refs:newLocktype (Results 1 – 1 of 1) sorted by relevance
52083 int newLocktype; /* Set pFile->locktype to this value before exiting */ local52117 newLocktype = pFile->locktype;52170 newLocktype = SHARED_LOCK;52182 newLocktype = RESERVED_LOCK;52191 newLocktype = PENDING_LOCK;52203 newLocktype = EXCLUSIVE_LOCK;52226 pFile->h, locktype, newLocktype));52228 pFile->locktype = (u8)newLocktype;