Searched refs:LSM_CONFIG_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_func.c | 50 lsm_config(pDb, LSM_CONFIG_BLOCK_SIZE, &n); in do_work() 93 { "blocksize", 1, LSM_CONFIG_BLOCK_SIZE }, in do_show() 119 || (bConfig==1 && eOpt==LSM_CONFIG_BLOCK_SIZE) in do_show()
|
| H A D | lsmtest7.c | 141 if( n2 ) lsm_config(db, LSM_CONFIG_BLOCK_SIZE, &n2); in newLsmConnection() 154 lsm_config(db, LSM_CONFIG_BLOCK_SIZE, &n2); in testPagesize()
|
| H A D | lsmtest6.c | 427 lsm_config(pDb, LSM_CONFIG_BLOCK_SIZE, &nBlocksize); in setup_populate_db2()
|
| H A D | lsmtest_tdb3.c | 806 { "block_size", 0, LSM_CONFIG_BLOCK_SIZE }, in test_lsm_config_str()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 287 #define LSM_CONFIG_BLOCK_SIZE 4 macro
|
| H A D | lsm_main.c | 301 case LSM_CONFIG_BLOCK_SIZE: { in lsm_config()
|