Searched refs:newLocktype (Results 1 – 1 of 1) sorted by relevance
50650 int newLocktype; /* Set pFile->locktype to this value before exiting */ local50684 newLocktype = pFile->locktype;50737 newLocktype = SHARED_LOCK;50749 newLocktype = RESERVED_LOCK;50758 newLocktype = PENDING_LOCK;50770 newLocktype = EXCLUSIVE_LOCK;50793 pFile->h, locktype, newLocktype));50795 pFile->locktype = (u8)newLocktype;