Searched defs:openFlags (Results 1 – 13 of 13) sorted by relevance
433 static const int openFlags = in main() local
995 const int openFlags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE; in sqlite3_wasm_vfs_create_file() local
335 int openFlags, in inmemOpen()
1462 int openFlags, in inmemOpen()2332 int openFlags; in main() local
2217 int openFlags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE in main() local
617 static const int openFlags = SQLITE_OPEN_READONLY | SQLITE_OPEN_URI; in unionOpenDatabaseInner() local
430 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member
242 int openFlags; /* The flags specified at open() */ member6092 int openFlags = 0; /* Flags to pass to open() */ in unixOpen() local7047 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; in proxyCreateUnixFile() local
183 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member
1144 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member5070 static void open_db(ShellState *p, int openFlags){
1550 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member
1283 int openFlags = SQLITE_OPEN_READWRITE; in main() local
449 int openFlags; /* Flags this file was opened with */ member