Home
last modified time | relevance | path

Searched defs:zVfs (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dshell.c9798 const char *zVfs; /* Name of VFS to use */ member
15787 const char *zVfs = 0; in do_meta_command() local
19061 const char *zVfs = 0; /* Value of -vfs command-line option */ local
Dsqlite3.c23267 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ in sqlite3_vfs_find()
/external/sqlite/dist/orig/
Dshell.c9793 const char *zVfs; /* Name of VFS to use */ member
15766 const char *zVfs = 0; in do_meta_command() local
19040 const char *zVfs = 0; /* Value of -vfs command-line option */ local
Dsqlite3.c23267 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ in sqlite3_vfs_find()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23312 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ in sqlite3_vfs_find()