Searched refs:zVfs (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h3315 const char *zVfs /* Name of VFS module to use */
H A Dshell.c7954 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c4339 const char *zVfs /* Name of VFS module to use */
21145 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ argument
21159 if( zVfs==0 ) break;
21160 if( strcmp(zVfs, pVfs->zName)==0 ) break;
145936 const char *zVfs = zDefaultVfs; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3315 const char *zVfs /* Name of VFS module to use */
H A Dshell.c7960 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c4339 const char *zVfs /* Name of VFS module to use */
21145 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){ argument
21159 if( zVfs==0 ) break;
21160 if( strcmp(zVfs, pVfs->zName)==0 ) break;
145936 const char *zVfs = zDefaultVfs; local
[all...]

Completed in 608 milliseconds