Home
last modified time | relevance | path

Searched refs:zCfg (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c940 const char *zCfg, in testLsmOpen() argument
1045 return testLsmOpen(zCfg, zFile, bClear, ppDb); in test_lsm_small_open()
1055 const char *zCfg = in test_lsm_lomem_open() local
1060 return testLsmOpen(zCfg, zFilename, bClear, ppDb); in test_lsm_lomem_open()
1070 const char *zCfg = in test_lsm_lomem2_open() local
1073 return testLsmOpen(zCfg, zFilename, bClear, ppDb); in test_lsm_lomem2_open()
1082 const char *zCfg = in test_lsm_zip_open() local
1179 return testLsmOpen(zCfg, zDb, bClear, ppDb); in tdb_lsm_open()
1330 if( zCfg ){ in mt_start_worker()
1404 const char *zCfg = "mt_mode=2"; in test_lsm_mt2() local
[all …]
H A Dlsmtest2.c180 const char *zCfg, in testSetupSavedLsmdb() argument
189 rc = tdb_lsm_open(zCfg, zFile, 1, &pDb); in testSetupSavedLsmdb()
306 char *zCfg; in crash_test1() local
321 zCfg = testMallocPrintf("%s automerge=7", azConfig[bCompress]); in crash_test1()
322 testSetupSavedLsmdb(zCfg, DBNAME, pData, 5000, pRc); in crash_test1()
323 testFree(zCfg); in crash_test1()
H A Dlsmtest_tdb.h130 int tdb_lsm_open(const char *zCfg, const char *zDb, int bClear, TestDb **ppDb);
H A Dlsmtest_tdb4.c631 static int testBtConfigure(BtDb *pDb, const char *zCfg, int *pbMt){ in testBtConfigure() argument
634 if( zCfg ){ in testBtConfigure()
648 const char *z = zCfg; in testBtConfigure()