Searched refs:newLocktype (Results 1 – 1 of 1) sorted by relevance
3246 int newLocktype; /* Set pFile->locktype to this value before exiting */ local3280 newLocktype = pFile->locktype;3317 newLocktype = SHARED_LOCK;3329 newLocktype = RESERVED_LOCK;3338 newLocktype = PENDING_LOCK;3350 newLocktype = EXCLUSIVE_LOCK;3373 pFile->h, locktype, newLocktype));3375 pFile->locktype = (u8)newLocktype;