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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h5248 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5251 ** with the makeDflt flag set. If two different VFSes with the
5261 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5801 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5804 ** with the makeDflt flag set. If two different VFSes with the
5814 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
14630 ** VFS multiple times. The new VFS becomes the default if makeDflt is
14633 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
14642 if( makeDflt || vfsList==0 ){
[all...]

Completed in 390 milliseconds