Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dsql351 # nBackfill; number of WAL frames that have already been backfilled into the database by prior chec…
/freebsd/contrib/sqlite3/
H A Dsqlite3.c67913 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member
69097 pInfo->nBackfill = 0;
69472 static int walIteratorInit(Wal *pWal, u32 nBackfill, WalIterator **pp){ argument
69501 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; local
69830 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
[all …]