Home
last modified time | relevance | path

Searched refs:LSM_DFLT_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h52 #define LSM_DFLT_BLOCK_SIZE (1 * 1024 * 1024) macro
H A Dlsm_main.c92 pDb->nDfltBlksz = LSM_DFLT_BLOCK_SIZE; in lsm_new()
H A Dlsm_file.c638 pFS->nBlocksize = LSM_DFLT_BLOCK_SIZE; in lsmFsOpen()