Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c896 iPg = 1 + (iBlock-1) * nPagePerBlock; in fsFirstPageOnBlock()
915 return iBlock * nPagePerBlock; in fsLastPageOnBlock()
937 const int nPagePerBlock = (pFS->nBlocksize / pFS->nPagesize); in fsIsLast() local
939 return ( iPg && (iPg % nPagePerBlock)==0 ); in fsIsLast()
950 return ( (iPg % nPagePerBlock)==1 in fsIsFirst()
1196 const int nPagePerBlock = ( in lsmFsRedirectPage() local
1206 iReal = iPg - (LsmPgno)(iFrom - iTo) * nPagePerBlock; in lsmFsRedirectPage()
1256 rc = fsPageGet(pFS, 0, iRead*nPagePerBlock, 0, &pLast, 0); in fsBlockNext()
2378 const int nPagePerBlock = ( in fsMovePage() local
2381 *piPg = iPg - (LsmPgno)(iFrom - iTo) * nPagePerBlock; in fsMovePage()
[all …]