Searched refs:lsm_config (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest7.c | 140 if( n1 ) lsm_config(db, LSM_CONFIG_PAGE_SIZE, &n1); in newLsmConnection() 141 if( n2 ) lsm_config(db, LSM_CONFIG_BLOCK_SIZE, &n2); in newLsmConnection() 153 lsm_config(db, LSM_CONFIG_PAGE_SIZE, &n1); in testPagesize() 154 lsm_config(db, LSM_CONFIG_BLOCK_SIZE, &n2); in testPagesize()
|
| H A D | lsmtest_func.c | 50 lsm_config(pDb, LSM_CONFIG_BLOCK_SIZE, &n); in do_work() 52 lsm_config(pDb, LSM_CONFIG_AUTOCHECKPOINT, &n); in do_work() 165 lsm_config(pDb, eOpt, &iRes); in do_show()
|
| H A D | lsmtest8.c | 39 lsm_config(db, LSM_CONFIG_AUTOFLUSH, &nSave); in doSetupStep() 40 lsm_config(db, LSM_CONFIG_AUTOFLUSH, &nBuf); in doSetupStep() 43 lsm_config(db, LSM_CONFIG_AUTOFLUSH, &nSave); in doSetupStep() 191 lsm_config(db, LSM_CONFIG_AUTOFLUSH, &nBuf); in doLiveRecovery()
|
| H A D | lsmtest6.c | 427 lsm_config(pDb, LSM_CONFIG_BLOCK_SIZE, &nBlocksize); in setup_populate_db2() 428 lsm_config(pDb, LSM_CONFIG_PAGE_SIZE, &nPagesize); in setup_populate_db2() 429 lsm_config(pDb, LSM_CONFIG_AUTOFLUSH, &nWritebuffer); in setup_populate_db2()
|
| H A D | lsmtest_tdb3.c | 478 return lsm_config(pDb, LSM_CONFIG_SET_COMPRESSION, &zip); in testConfigureCompression() 548 rc = lsm_config(pDb->db, LSM_CONFIG_AUTOFLUSH, &nLimit); in waitOnWorker() 876 lsm_config(db, eParam, &iVal); in test_lsm_config_str() 1141 lsm_config(p->db, LSM_CONFIG_SAFETY, &iParam); in tdb_lsm_safety()
|
| H A D | lsmtest1.c | 445 lsm_config(tdb_lsm(pDb), LSM_CONFIG_AUTOFLUSH, &nBuf); in doDataTest2()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 153 int lsm_config(lsm_db *, int, ...);
|
| H A D | lsm_main.c | 245 int lsm_config(lsm_db *pDb, int eParam, ...){ in lsm_config() function
|