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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h6335 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
6338 ** with the makeDflt flag set. If two different VFSes with the
6348 SQLITE_API int SQLITE_STDCALL sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c6595 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
6598 ** with the makeDflt flag set. If two different VFSes with the
6608 SQLITE_API int SQLITE_STDCALL sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
20066 ** VFS multiple times. The new VFS becomes the default if makeDflt is
20069 SQLITE_API int SQLITE_STDCALL sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
20082 if( makeDflt || vfsList==0 ){
[all...]

Completed in 1281 milliseconds