Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c681 u32 vfsFlags; /* Flags for sqlite3_vfs.xOpen() */ member
3623 int vfsFlags /* Flags passed through to the VFS */ in pagerOpentemp()
4674 int vfsFlags, /* flags passed through to sqlite3_vfs.xOpen() */ in sqlite3PagerOpen()
H A Dvdbe.c4325 static const int vfsFlags = in sqlite3VdbeExec() local
H A Dbtree.c2436 int vfsFlags /* Flags passed through to sqlite3_vfs.xOpen() */ in sqlite3BtreeOpen()