Searched refs:test_bt_open (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 683 int test_bt_open( in test_bt_open() function 769 return test_bt_open("fast=1", zFilename, bClear, ppDb); in test_fbt_open() 778 return test_bt_open("fast=1 blksz=32K pagesz=512", zFilename, bClear, ppDb); in test_fbts_open() 824 rc = test_bt_open("", (char*)pCkpter->file.p, 0, (TestDb**)&pDb); in bgc_main()
|
| H A D | lsmtest.h | 133 int test_bt_open(const char*, const char *zFile, int bClear, TestDb **ppDb);
|