Searched refs:LSM_CONFIG_AUTOFLUSH (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| 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 | lsmtest_tdb3.c | 548 rc = lsm_config(pDb->db, LSM_CONFIG_AUTOFLUSH, &nLimit); in waitOnWorker() 804 { "autoflush", 0, LSM_CONFIG_AUTOFLUSH }, in test_lsm_config_str()
|
| H A D | lsmtest1.c | 445 lsm_config(tdb_lsm(pDb), LSM_CONFIG_AUTOFLUSH, &nBuf); in doDataTest2()
|
| H A D | lsmtest6.c | 429 lsm_config(pDb, LSM_CONFIG_AUTOFLUSH, &nWritebuffer); in setup_populate_db2()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 284 #define LSM_CONFIG_AUTOFLUSH 1 macro
|
| H A D | lsm_main.c | 251 case LSM_CONFIG_AUTOFLUSH: { in lsm_config()
|