Searched refs:nBackfill (Results 1 – 2 of 2) sorted by relevance
334 # nBackfill; number of WAL frames that have already been backfilled into the database by prior chec…
66273 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member67451 pInfo->nBackfill = 0;67826 static int walIteratorInit(Wal *pWal, u32 nBackfill, WalIterator **pp){67855 for(i=walFramePage(nBackfill+1); rc==SQLITE_OK && i<nSegment; i++){68033 AtomicStore(&pInfo->nBackfill, 0);68094 if( pInfo->nBackfill<pWal->hdr.mxFrame ){68126 if( pInfo->nBackfill<mxSafeFrame ){68127 rc = walIteratorInit(pWal, pInfo->nBackfill, &pIter);68134 u32 nBackfill = pInfo->nBackfill; local68171 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){[all …]