Home
last modified time | relevance | path

Searched refs:LSM_CONFIG_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_func.c50 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 Dlsmtest7.c141 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 Dlsmtest6.c427 lsm_config(pDb, LSM_CONFIG_BLOCK_SIZE, &nBlocksize); in setup_populate_db2()
H A Dlsmtest_tdb3.c806 { "block_size", 0, LSM_CONFIG_BLOCK_SIZE }, in test_lsm_config_str()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h287 #define LSM_CONFIG_BLOCK_SIZE 4 macro
H A Dlsm_main.c301 case LSM_CONFIG_BLOCK_SIZE: { in lsm_config()