Searched refs:nBackfill (Results 1 – 2 of 2) sorted by relevance
351 # nBackfill; number of WAL frames that have already been backfilled into the database by prior chec…
67913 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member69097 pInfo->nBackfill = 0;69472 static int walIteratorInit(Wal *pWal, u32 nBackfill, WalIterator **pp){ argument69501 for(i=walFramePage(nBackfill+1); rc==SQLITE_OK && i<nSegment; i++){69679 AtomicStore(&pInfo->nBackfill, 0);69740 if( pInfo->nBackfill<pWal->hdr.mxFrame ){69772 if( pInfo->nBackfill<mxSafeFrame ){69773 rc = walIteratorInit(pWal, pInfo->nBackfill, &pIter);69780 u32 nBackfill = pInfo->nBackfill; local69830 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){[all …]