Searched defs:readOnly (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12851 u8 readOnly; /* True for read-only statements */ member in struct:Vdbe
38157 u8 readOnly; /* True for a read-only database */ member in struct:Pager
41831 int readOnly = 0; /* True if this is a read-only file */ local
44792 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ member in struct:Wal
47750 u8 readOnly; /* True if the underlying file is readonly */ member in struct:BtShared
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21415 bft readOnly:1; /* True for statements that do not write */ member in struct:Vdbe
52778 u8 readOnly; /* True for a read-only database */ member in struct:Pager
56819 int readOnly = 0; /* True if this is a read-only file */ local
60312 u8 readOnly; /* WAL_RDWR, WAL_RDONLY, or WAL_SHM_RDONLY */ member in struct:Wal
[all...]

Completed in 801 milliseconds