Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1272 LsmPgno fsLastPageOnPagesBlock(FileSystem *pFS, LsmPgno iPg){ in fsLastPageOnPagesBlock() function
1299 iEob = fsLastPageOnPagesBlock(pFS, iOff) + 1; in fsReadData()
1421 iEob = fsLastPageOnPagesBlock(pFS, iOff); in fsAddOffset()
2201 if( fsLastPageOnPagesBlock(pFS, p->iLastPg)!=p->iLastPg ){ in lsmFsSortedFinish()
2494 iLastOnBlock = fsLastPageOnPagesBlock(pFS, iApp); in fsAppendData()
2821 if( iLast2>fsLastPageOnPagesBlock(pFS, iLast) ){ in lsmFsSortedPadding()
2842 || pSeg->iLastPg==fsLastPageOnPagesBlock(pFS, pSeg->iLastPg) in lsmFsSortedPadding()