Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dsql334 # nBackfill; number of WAL frames that have already been backfilled into the database by prior chec…
/freebsd/contrib/sqlite3/
H A Dsqlite3.c66273 u32 nBackfill; /* Number of WAL frames backfilled into DB */ member
67451 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; local
68171 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
[all …]