Searched refs:newLocktype (Results 1 – 1 of 1) sorted by relevance
50651 int newLocktype; /* Set pFile->locktype to this value before exiting */ local50685 newLocktype = pFile->locktype;50738 newLocktype = SHARED_LOCK;50750 newLocktype = RESERVED_LOCK;50759 newLocktype = PENDING_LOCK;50771 newLocktype = EXCLUSIVE_LOCK;50794 pFile->h, locktype, newLocktype));50796 pFile->locktype = (u8)newLocktype;