Searched refs:iSnapshot (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_shared.c | 171 static int dbTruncateCb(void *pCtx, int iBlk, i64 iSnapshot){ in dbTruncateCb() argument 173 if( iBlk!=p->nBlock || (p->iInUse>=0 && iSnapshot>=p->iInUse) ) return 1; in dbTruncateCb() 634 static int walkFreelistCb(void *pCtx, int iBlk, i64 iSnapshot){ in walkFreelistCb() argument 661 if( p->xUsr(p->pUsrctx, iBlk, iSnapshot) ){ in walkFreelistCb() 744 static int findFreeblockCb(void *pCtx, int iBlk, i64 iSnapshot){ in findFreeblockCb() argument 746 if( iSnapshot<p->iInUse && (iBlk!=1 || p->bNotOne==0) ){ in findFreeblockCb()
|
| H A D | lsm_main.c | 495 static int infoFreelistCb(void *pCtx, int iBlk, i64 iSnapshot){ in infoFreelistCb() argument 497 lsmStringAppendf(pStr, "%s{%d %lld}", (pStr->n?" ":""), iBlk, iSnapshot); in infoFreelistCb()
|
| H A D | lsm_file.c | 3226 static int checkFreelistCb(void *pCtx, int iBlk, i64 iSnapshot){ in checkFreelistCb() argument
|
| H A D | lsm_sorted.c | 4770 static int moveBlockCb(void *pCtx, int iBlk, i64 iSnapshot){ in moveBlockCb() argument
|