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

/macosx-10.9.5/Heimdal-323.92.1/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 426 milliseconds