Searched refs:zVfs (Results 1 – 4 of 4) sorted by relevance
3732 const char *zVfs = 0; in DbMain() local3779 zVfs = Tcl_GetString(objv[i]); in DbMain()3848 rc = sqlite3_open_v2(zFile, &p->db, flags, zVfs); in DbMain()
3632 const char *zVfs /* Name of VFS module to use */
18692 const char *zVfs = 0; in do_meta_command() local18699 zVfs = "apndvfs"; in do_meta_command()18724 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE, zVfs); in do_meta_command()22305 const char *zVfs = 0; /* Value of -vfs command-line option */ local22502 zVfs = cmdline_option_value(argc, argv, ++i);22554 if( zVfs ){22555 sqlite3_vfs *pVfs = sqlite3_vfs_find(zVfs);
3938 const char *zVfs /* Name of VFS module to use */24274 SQLITE_API sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){24288 if( zVfs==0 ) break;24289 if( strcmp(zVfs, pVfs->zName)==0 ) break;169492 const char *zVfs = zDefaultVfs;169622 zVfs = zVal;169700 *ppVfs = sqlite3_vfs_find(zVfs);169702 *pzErrMsg = sqlite3_mprintf("no such vfs: %s", zVfs);169741 const char *zVfs /* Name of the VFS to use */170083 const char *zVfs /* Name of VFS module to use */[all …]