Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c3164 int bLastIsLastOnBlock; /* True iLast is the last on its block */ in checkBlocks() local
3170 bLastIsLastOnBlock = (fsLastPageOnBlock(pFS, iLastBlk)==pSeg->iLastPg); in checkBlocks()
3187 if( iBlk!=iLastBlk || bLastIsLastOnBlock ){ in checkBlocks()
3196 if( iBlk==iLastBlk && bLastIsLastOnBlock && bExtra ){ in checkBlocks()