Home
last modified time | relevance | path

Searched refs:openFlags (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c15548 int openFlags; /* Additional flags to open. (SQLITE_OPEN_NOFOLLOW) */ member
19474 static void open_db(ShellState *p, int openFlags){ in open_db() argument
19482 (openFlags & OPEN_DB_ZIPFILE)!=0); in open_db()
19488 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, "apndvfs"); in open_db()
19502 SQLITE_OPEN_READONLY|p->openFlags, 0); in open_db()
19508 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|p->openFlags, 0); in open_db()
19516 if( openFlags & OPEN_DB_KEEPALIVE ){ in open_db()
23474 p->openFlags |= SQLITE_OPEN_NOFOLLOW; in do_meta_command()
23506 p->openFlags = 0; in do_meta_command()
26098 data.openFlags
[all...]
H A Dsqlite3.c17022 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ member
37012 int openFlags; /* The flags specified at open() */ global() member
42992 int openFlags = 0; /* Flags to pass to open() */ unixOpen() local
43998 int openFlags = O_RDWR | O_CREAT | O_NOFOLLOW; proxyCreateUnixFile() local
67996 u8 openFlags; /* Flags to sqlite3BtreeOpen() */ global() member
209258 int openFlags; /* Flags this file was opened with */ global() member
[all...]

Completed in 158 milliseconds