Home
last modified time | relevance | path

Searched refs:test_bt_open (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c683 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 Dlsmtest.h133 int test_bt_open(const char*, const char *zFile, int bClear, TestDb **ppDb);