Home
last modified time | relevance | path

Searched refs:tdb_open (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest3.c62 tdb_open("lsm", "tempdb.lsm", 1, &pDb); in testCksumArrayNew()
168 rc = tdb_open(zSystem, 0, 1, &pDb); in rollback_test_1()
H A Dlsmtest_main.c315 rc = tdb_open(zSystem, 0, bClear, &pDb); in testOpen()
329 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopen()
893 rc = tdb_open(aSys[j].zLibrary, 0, 1, &pDb); in do_speed_tests()
939 rc = tdb_open(aSys[j].zLibrary, 0, 1, &pDb); in do_speed_tests()
973 rc = tdb_open(aSys[j].zLibrary, 0, 0, &pDb); in do_speed_tests()
1420 rc = tdb_open(zDb, 0, 1, &pDb); in do_insert()
H A Dlsmtest1.c97 return tdb_open("kyotocabinet", "tmp.db", 1, ppDb); in testControlDb()
99 return tdb_open("sqlite3", "", 1, ppDb); in testControlDb()
261 *pRc = tdb_open(zLib, 0, 0, ppDb); in testReopenRecover()
H A Dlsmtest_tdb.h36 int tdb_open(const char *zLibrary, const char *zDb, int bClear, TestDb **ppDb);
H A Dlsmtest2.c256 *pRc = tdb_open("bt", zFile, 0, &pDb);
H A Dlsmtest_tdb.c757 int tdb_open(const char *zLib, const char *zDb, int bClear, TestDb **ppDb){ in tdb_open() function