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

/external/sqlite/dist/orig/
H A Dsqlite3.h2977 const char *zVfs /* Name of VFS module to use */
H A Dshell.c551 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c3184 const char *zVfs /* Name of VFS module to use */
16777 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfs){ argument
16791 if( zVfs==0 ) break;
16792 if( strcmp(zVfs, pVfs->zName)==0 ) break;
130410 const char *zVfs = zDefaultVfs; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2977 const char *zVfs /* Name of VFS module to use */
H A Dshell.c557 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c3184 const char *zVfs /* Name of VFS module to use */
16777 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfs){ argument
16791 if( zVfs==0 ) break;
16792 if( strcmp(zVfs, pVfs->zName)==0 ) break;
130428 const char *zVfs = zDefaultVfs; local
[all...]

Completed in 481 milliseconds