Searched refs:makeDefault (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_multiplex.c | 1150 int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefault){ in sqlite3_multiplex_initialize() argument 1195 sqlite3_vfs_register(&gMultiplex.sThisVfs, makeDefault); in sqlite3_multiplex_initialize() 1243 int makeDefault; /* True to make the new VFS the default */ in test_multiplex_initialize() local 1254 if( Tcl_GetBooleanFromObj(interp, objv[2], &makeDefault) ) return TCL_ERROR; in test_multiplex_initialize() 1258 rc = sqlite3_multiplex_initialize(zName, makeDefault); in test_multiplex_initialize()
|
| H A D | test_multiplex.h | 82 extern int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefault);
|
| H A D | test_quota.h | 51 int sqlite3_quota_initialize(const char *zOrigVfsName, int makeDefault);
|
| H A D | test_quota.c | 749 int sqlite3_quota_initialize(const char *zOrigVfsName, int makeDefault){ in sqlite3_quota_initialize() argument 785 sqlite3_vfs_register(&gQuota.sThisVfs, makeDefault); in sqlite3_quota_initialize() 1367 int makeDefault; /* True to make the new VFS the default */ in test_quota_initialize() local 1376 if( Tcl_GetBooleanFromObj(interp, objv[2], &makeDefault) ) return TCL_ERROR; in test_quota_initialize() 1380 rc = sqlite3_quota_initialize(zName, makeDefault); in test_quota_initialize()
|
| H A D | test_vfstrace.c | 838 int makeDefault /* True to make the new VFS the default */ in vfstrace_register() argument 891 return sqlite3_vfs_register(pNew, makeDefault); in vfstrace_register()
|
| H A D | shell.c.in | 11660 int makeDefault
|
| /sqlite-3.40.0/test/ |
| H A D | fuzzcheck.c | 1534 static void inmemVfsRegister(int makeDefault){ in inmemVfsRegister() argument 1548 sqlite3_vfs_register(&inmemVfs, makeDefault); in inmemVfsRegister()
|