Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c290 *piVal = lsmFsPageSize(pDb->pFS); in lsm_config()
679 int pgsz = lsmFsPageSize(pDb->pFS); in doWriteOp()
H A DlsmInt.h707 int lsmFsPageSize(FileSystem *);
H A Dlsm_ckpt.c470 ckptSetValue(&ckpt, CKPT_HDR_PGSZ, lsmFsPageSize(pFS), &rc); in ckptExportSnapshot()
H A Dlsm_sorted.c3724 if( (nKey*4 > lsmFsPageSize(pMW->pDb->pFS)) ){ in mergeWorkerPushHierarchy()
3796 nPgsz = lsmFsPageSize(pFS); in keyszToSkip()
4852 *pnWrite = lsmFsBlockSize(pDb->pFS) / lsmFsPageSize(pDb->pFS); in sortedMoveBlock()
5342 nPgsz = lsmFsPageSize(pDb->pFS); in lsm_work()
H A Dlsm_shared.c1970 nKB = (((i64)nWrite * lsmFsPageSize(pDb->pFS)) + 1023) / 1024; in lsm_checkpoint()
H A Dlsm_file.c848 int lsmFsPageSize(FileSystem *pFS){ in lsmFsPageSize() function