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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c296 ** VFS multiple times. The new VFS becomes the default if makeDflt is
299 int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
308 if( makeDflt || vfsList==0 ){
H A Dsqlite.h.in5054 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5057 ** with the makeDflt flag set. If two different VFSes with the
5067 int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5059 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5062 ** with the makeDflt flag set. If two different VFSes with the
5072 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5602 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5605 ** with the makeDflt flag set. If two different VFSes with the
5615 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
14240 ** VFS multiple times. The new VFS becomes the default if makeDflt is
14243 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
14252 if( makeDflt || vfsList==0 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5800 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5803 ** with the makeDflt flag set. If two different VFSes with the
5813 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5915 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5918 ** with the makeDflt flag set. If two different VFSes with the
5928 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
16088 ** VFS multiple times. The new VFS becomes the default if makeDflt is
16091 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
16100 if( makeDflt || vfsList==0 ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5800 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5803 ** with the makeDflt flag set. If two different VFSes with the
5813 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
H A Dsqlite3.c5915 ** ^Each new VFS becomes the default VFS if the makeDflt flag is set.
5918 ** with the makeDflt flag set. If two different VFSes with the
5928 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs*, int makeDflt);
16088 ** VFS multiple times. The new VFS becomes the default if makeDflt is
16091 SQLITE_API int sqlite3_vfs_register(sqlite3_vfs *pVfs, int makeDflt){ argument
16100 if( makeDflt || vfsList==0 ){
[all...]

Completed in 612 milliseconds