Home
last modified time | relevance | path

Searched refs:testOpen (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest4.c61 pDb = testOpen(zSystem, 1, pRc); in do_mc_test()
66 aReader[iReader].pDb = testOpen(zSystem, 0, pRc); in do_mc_test()
H A Dlsmtest1.c280 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 Dlsmtest5.c527 pDb = testOpen(p->zSystem, 0, &rc); in mt1Main()
600 pDb = testOpen(zSystem, 1, pRc); in do_test_mt1()
H A Dlsmtest9.c54 pDb = testOpen(zSystem, 1, &rc); in doDataTest4()
H A Dlsmtest7.c115 pDb = testOpen("lsm_lomem", 1, &rc); in do_test_api1()
H A Dlsmtest.h159 TestDb *testOpen(const char *zSystem, int, int *pRc);
H A Dlsmtest2.c446 pDb = testOpen("lsm", 0, pRc); in crash_test3()
H A Dlsmtest_main.c311 TestDb *testOpen(const char *zSystem, int bClear, int *pRc){ in testOpen() function
690 pDb = testOpen(zSystem, !bReadonly, &rc); in do_speed_test2()