Home
last modified time | relevance | path

Searched defs:bReadonly (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c52 int bReadonly; /* True if Database.pFile is read-only */ member
266 int bReadonly = 0; /* True if there exist read-only conns. */ in doDbDisconnect() local
475 int bReadonly = (pDb->bReadonly && pDb->bMultiProc); in lsmDbDatabaseConnect() local
H A Dlsm_unix.c88 int bReadonly = (flags & LSM_OPEN_READONLY); in lsmPosixOsOpen() local
H A Dlsm_win32.c205 int bReadonly = (flags & LSM_OPEN_READONLY); in win32Open() local
H A Dlsm_file.c553 int bReadonly, /* True to open this file read-only */ in fsOpenFile()
621 int bReadonly /* True to open db file read-only */ in lsmFsOpen()
H A DlsmInt.h354 int bReadonly; /* Configured by LSM_CONFIG_READONLY */ member
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_main.c618 int bReadonly = 0; in do_speed_test2() local