Home
last modified time | relevance | path

Searched refs:LSM_OPEN_READONLY (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h42 #define LSM_OPEN_READONLY 0x0001 macro
H A Dlsm_unix.c88 int bReadonly = (flags & LSM_OPEN_READONLY); in lsmPosixOsOpen()
H A Dlsm_win32.c205 int bReadonly = (flags & LSM_OPEN_READONLY); in win32Open()
H A Dlsm_shared.c417 rc = lsmEnvOpen(pEnv, p->zName, LSM_OPEN_READONLY, &p->pFile); in dbOpenSharedFd()
H A Dlsm_file.c559 int flags = (bReadonly ? LSM_OPEN_READONLY : 0); in fsOpenFile()