Searched refs:tdb_open (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest3.c | 62 tdb_open("lsm", "tempdb.lsm", 1, &pDb); in testCksumArrayNew() 168 rc = tdb_open(zSystem, 0, 1, &pDb); in rollback_test_1()
|
| H A D | lsmtest_main.c | 315 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 D | lsmtest1.c | 97 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 D | lsmtest_tdb.h | 36 int tdb_open(const char *zLibrary, const char *zDb, int bClear, TestDb **ppDb);
|
| H A D | lsmtest2.c | 256 *pRc = tdb_open("bt", zFile, 0, &pDb);
|
| H A D | lsmtest_tdb.c | 757 int tdb_open(const char *zLib, const char *zDb, int bClear, TestDb **ppDb){ in tdb_open() function
|