Searched refs:tdb_lsm_open (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest2.c | 189 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 D | lsmtest8.c | 171 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 D | lsmtest_tdb.h | 130 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb);
|
| H A D | lsmtest_main.c | 688 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 D | lsmtest_tdb3.c | 1178 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb){ in tdb_lsm_open() function
|