Home
last modified time | relevance | path

Searched refs:makeDefault (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_multiplex.c1150 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 Dtest_multiplex.h82 extern int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefault);
H A Dtest_quota.h51 int sqlite3_quota_initialize(const char *zOrigVfsName, int makeDefault);
H A Dtest_quota.c749 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 Dtest_vfstrace.c838 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 Dshell.c.in11660 int makeDefault
/sqlite-3.40.0/test/
H A Dfuzzcheck.c1534 static void inmemVfsRegister(int makeDefault){ in inmemVfsRegister() argument
1548 sqlite3_vfs_register(&inmemVfs, makeDefault); in inmemVfsRegister()