Searched refs:testOpen (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest4.c | 61 pDb = testOpen(zSystem, 1, pRc); in do_mc_test() 66 aReader[iReader].pDb = testOpen(zSystem, 0, pRc); in do_mc_test()
|
| H A D | lsmtest1.c | 280 pDb = testOpen(zSystem, 1, &rc); in doDataTest1() 439 pDb = testOpen(zSystem, 1, &rc); in doDataTest2() 568 pDb = testOpen(zSystem, 1, &rc); in doDataTest3()
|
| H A D | lsmtest5.c | 527 pDb = testOpen(p->zSystem, 0, &rc); in mt1Main() 600 pDb = testOpen(zSystem, 1, pRc); in do_test_mt1()
|
| H A D | lsmtest9.c | 54 pDb = testOpen(zSystem, 1, &rc); in doDataTest4()
|
| H A D | lsmtest7.c | 115 pDb = testOpen("lsm_lomem", 1, &rc); in do_test_api1()
|
| H A D | lsmtest.h | 159 TestDb *testOpen(const char *zSystem, int, int *pRc);
|
| H A D | lsmtest2.c | 446 pDb = testOpen("lsm", 0, pRc); in crash_test3()
|
| H A D | lsmtest_main.c | 311 TestDb *testOpen(const char *zSystem, int bClear, int *pRc){ in testOpen() function 690 pDb = testOpen(zSystem, !bReadonly, &rc); in do_speed_test2()
|