Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c66410 u32 minFrame; /* Ignore wal frames before this one */ member
69117 pWal->minFrame = AtomicLoad(&pInfo->nBackfill)+1; SEH_INJECT_FAULT;
69320 pWal->minFrame = 1;
69432 iMinHash = walFramePage(pWal->minFrame);
69449 if( iFrame<=iLast && iFrame>=pWal->minFrame && sLoc.aPgno[iH-1]==pgno ){
69469 assert( pWal->bShmUnreliable || pWal->minFrame>0 );
69470 for(iTest=iLast; iTest>=pWal->minFrame && iTest>0; iTest--){