Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c934 if( pShm->iMetaPage ){ in lsmCheckpointWrite()
941 rc = lsmFsMetaPageGet(pDb->pFS, 0, pShm->iMetaPage, &pPg); in lsmCheckpointWrite()
952 int iMeta = (pShm->iMetaPage % 2) + 1; in lsmCheckpointWrite()
961 pShm->iMetaPage = iMeta; in lsmCheckpointWrite()
H A Dlsm_ckpt.c761 pShm->iMetaPage = iMeta; in ckptTryLoad()
1116 iMeta = pDb->pShmhdr->iMetaPage; in lsmCheckpointSynced()
1144 if( (iMeta!=1 && iMeta!=2) || rc!=LSM_OK || pDb->pShmhdr->iMetaPage!=iMeta ){ in lsmCheckpointSynced()
H A DlsmInt.h510 u32 iMetaPage; member
H A Dlsm_log.c320 iMeta = (int)pDb->pShmhdr->iMetaPage; in logReclaimSpace()