Searched defs:makeDflt (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c5977 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5980 ** with the makeDflt flag set. If two different VFSes with the
5990 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
14989 ** VFS multiple times. The new VFS becomes the default if makeDflt is
14992 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
15001 if( makeDflt || vfsList==0 ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5977 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5980 ** with the makeDflt flag set. If two different VFSes with the
5990 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
14989 ** VFS multiple times. The new VFS becomes the default if makeDflt is
14992 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
15001 if( makeDflt || vfsList==0 ){
[all...]

Completed in 331 milliseconds