Home
last modified time | relevance | path

Searched defs:makeDefault (Results 1 – 4 of 4) 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()
1243 int makeDefault; /* True to make the new VFS the default */ in test_multiplex_initialize() local
H A Dtest_quota.c749 int sqlite3_quota_initialize(const char *zOrigVfsName, int makeDefault){ in sqlite3_quota_initialize()
1367 int makeDefault; /* True to make the new VFS the default */ in test_quota_initialize() local
H A Dtest_vfstrace.c838 int makeDefault /* True to make the new VFS the default */ in vfstrace_register()
/sqlite-3.40.0/test/
H A Dfuzzcheck.c1534 static void inmemVfsRegister(int makeDefault){ in inmemVfsRegister()