Searched refs:LSM_CONFIG_PAGE_SIZE (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_func.c | 94 { "pagesize", 1, LSM_CONFIG_PAGE_SIZE }, in do_show() 120 || (bConfig==1 && eOpt==LSM_CONFIG_PAGE_SIZE) in do_show()
|
| H A D | lsmtest7.c | 140 if( n1 ) lsm_config(db, LSM_CONFIG_PAGE_SIZE, &n1); in newLsmConnection() 153 lsm_config(db, LSM_CONFIG_PAGE_SIZE, &n1); in testPagesize()
|
| H A D | lsmtest6.c | 428 lsm_config(pDb, LSM_CONFIG_PAGE_SIZE, &nPagesize); in setup_populate_db2()
|
| H A D | lsmtest_tdb3.c | 805 { "page_size", 0, LSM_CONFIG_PAGE_SIZE }, in test_lsm_config_str()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm.h | 285 #define LSM_CONFIG_PAGE_SIZE 2 macro
|
| H A D | lsm_main.c | 284 case LSM_CONFIG_PAGE_SIZE: { in lsm_config()
|