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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5354 ** Each new VFS becomes the default VFS if the makeDflt flag is set.
5357 ** with the makeDflt flag set. If two different VFSes with the
5394 int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5354 ** Each new VFS becomes the default VFS if the makeDflt flag is set.
5357 ** with the makeDflt flag set. If two different VFSes with the
5394 int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h5354 ** Each new VFS becomes the default VFS if the makeDflt flag is set.
5357 ** with the makeDflt flag set. If two different VFSes with the
5394 int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h4757 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
4760 ** with the makeDflt flag set. If two different VFSes with the
4770 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5294 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5297 ** with the makeDflt flag set. If two different VFSes with the
5307 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
13627 ** VFS multiple times. The new VFS becomes the default if makeDflt is
13630 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
13639 if( makeDflt || vfsList==0 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4757 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
4760 ** with the makeDflt flag set. If two different VFSes with the
4770 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5294 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5297 ** with the makeDflt flag set. If two different VFSes with the
5307 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
13627 ** VFS multiple times. The new VFS becomes the default if makeDflt is
13630 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
13639 if( makeDflt || vfsList==0 ){
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4757 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
4760 ** with the makeDflt flag set. If two different VFSes with the
4770 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5294 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5297 ** with the makeDflt flag set. If two different VFSes with the
5307 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
13627 ** VFS multiple times. The new VFS becomes the default if makeDflt is
13630 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
13639 if( makeDflt || vfsList==0 ){
[all...]

Completed in 1117 milliseconds