Searched defs:openFlags (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c207 int openFlags; /* Flags used to open. (SQLITE_OPEN_URI) */ member in struct:SqliteDb
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c18159 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member in struct:ShellState
22141 static void open_db(ShellState *p, int openFlags){ argument
[all...]
H A Dsqlite3.c17596 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member in struct:sqlite3
38298 int openFlags; /* The flags specified at open() */ member in struct:unixFile
44277 int openFlags = 0; /* Flags to pass to open() */ local
45235 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; local
69583 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ member in struct:BtShared
216726 int openFlags; /* Flags this file was opened with */ member in struct:rbu_file
[all...]

Completed in 750 milliseconds