Lines Matching defs:makeDflt
8038 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
8041 ** with the makeDflt flag set. If two different VFSes with the
8051 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
25268 ** VFS multiple times. The new VFS becomes the default if makeDflt is
25271 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){
25284 if( makeDflt || vfsList==0 ){