Searched refs:lsmEnvLock (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 484 rc = lsmEnvLock(pDb->pEnv, p->pFile, LSM_LOCK_DMS1, LSM_LOCK_EXCL); in lsmDbDatabaseConnect() 486 rc = lsmEnvLock(pDb->pEnv, p->pFile, LSM_LOCK_DMS2, LSM_LOCK_EXCL); in lsmDbDatabaseConnect() 487 lsmEnvLock(pDb->pEnv, p->pFile, LSM_LOCK_DMS1, LSM_LOCK_UNLOCK); in lsmDbDatabaseConnect() 1718 rc = lsmEnvLock(pEnv, p->pFile, iLock, eOp); in lockSharedFile()
|
| H A D | lsmInt.h | 777 int lsmEnvLock(lsm_env *pEnv, lsm_file *pFile, int iLock, int eLock);
|
| H A D | lsm_file.c | 425 int lsmEnvLock(lsm_env *pEnv, lsm_file *pFile, int iLock, int eLock){ in lsmEnvLock() function
|