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

/external/sqlite/dist/orig/
H A Dsqlite3.h2990 const char *zVfs /* Name of VFS module to use */
H A Dshell.c549 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c3204 const char *zVfs /* Name of VFS module to use */
17537 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfs){ argument
17551 if( zVfs==0 ) break;
17552 if( strcmp(zVfs, pVfs->zName)==0 ) break;
133242 const char *zVfs = zDefaultVfs; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2990 const char *zVfs /* Name of VFS module to use */
H A Dshell.c555 const char *zVfs; /* Name of VFS to use */ member in struct:ShellState
H A Dsqlite3.c3204 const char *zVfs /* Name of VFS module to use */
17537 SQLITE_API sqlite3_vfs *SQLITE_STDCALL sqlite3_vfs_find(const char *zVfs){ argument
17551 if( zVfs==0 ) break;
17552 if( strcmp(zVfs, pVfs->zName)==0 ) break;
133260 const char *zVfs = zDefaultVfs; local
[all...]

Completed in 475 milliseconds