Home
last modified time | relevance | path

Searched refs:vfsFlags (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c16484 int vfsFlags /* Flags passed through to VFS open */
58739 u32 vfsFlags; /* Flags for sqlite3_vfs.xOpen() */ member
61730 int vfsFlags /* Flags passed through to the VFS */
61738 vfsFlags |= SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE |
61740 rc = sqlite3OsOpen(pPager->pVfs, 0, pFile, vfsFlags, 0);
62485 rc = pagerOpentemp(pPager, pPager->fd, pPager->vfsFlags);
62782 int vfsFlags, /* flags passed through to sqlite3_vfs.xOpen() */
62836 if( vfsFlags & SQLITE_OPEN_NOFOLLOW ){
62983 pPager->vfsFlags = vfsFlags;
62989 rc = sqlite3OsOpen(pVfs, pPager->zFilename, pPager->fd, vfsFlags, &fout);
[all …]