Home
last modified time | relevance | path

Searched refs:tdb_lsm_open (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest2.c189 rc = tdb_lsm_open(zCfg, zFile, 1, &pDb); in testSetupSavedLsmdb()
218 *pRc = tdb_lsm_open((bCompress?"compression=1 mmap=0":""), zFile, 0, &pDb); in testCompareCksumLsmdb()
333 testrc = tdb_lsm_open(azConfig[bCompress], DBNAME, 0, &pDb); in crash_test1()
388 testrc = tdb_lsm_open("safety=2", DBNAME, 0, &pDb); in crash_test2()
H A Dlsmtest8.c171 rc = tdb_lsm_open("test_no_recovery=1", zCopy, 0, &pDb); in doLiveRecovery()
216 rc = tdb_lsm_open("autowork=0", "testdb.lsm", 1, &pDb); in doWriterCrash1()
245 rc = tdb_lsm_open("autowork=0", "testdb.lsm", 1, &pDb); in doWriterCrash2()
H A Dlsmtest_tdb.h130 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb);
H A Dlsmtest_main.c688 rc = tdb_lsm_open(zSystem, "testdb.lsm", !bReadonly, &pDb); in do_speed_test2()
1418 rc = tdb_lsm_open(zDb, "testdb.lsm", 1, &pDb); in do_insert()
H A Dlsmtest_tdb3.c1178 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb){ in tdb_lsm_open() function