Home
last modified time | relevance | path

Searched defs:openFlags (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/tool/
H A Ddbhash.c433 static const int openFlags = in main() local
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c995 const int openFlags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE; in sqlite3_wasm_vfs_create_file() local
/sqlite-3.40.0/test/
H A Ddbfuzz.c335 int openFlags, in inmemOpen()
H A Dfuzzcheck.c1462 int openFlags, in inmemOpen()
2332 int openFlags; in main() local
H A Dspeedtest1.c2217 int openFlags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE in main() local
/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c617 static const int openFlags = SQLITE_OPEN_READONLY | SQLITE_OPEN_URI; in unionOpenDatabaseInner() local
/sqlite-3.40.0/src/
H A DbtreeInt.h430 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member
H A Dos_unix.c242 int openFlags; /* The flags specified at open() */ member
6092 int openFlags = 0; /* Flags to pass to open() */ in unixOpen() local
7047 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; in proxyCreateUnixFile() local
H A Dtclsqlite.c183 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member
H A Dshell.c.in1144 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member
5070 static void open_db(ShellState *p, int openFlags){
H A DsqliteInt.h1550 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member
/sqlite-3.40.0/mptest/
H A Dmptest.c1283 int openFlags = SQLITE_OPEN_READWRITE; in main() local
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c449 int openFlags; /* Flags this file was opened with */ member