Searched refs:nBackfillAttempted (Results 1 – 1 of 1) sorted by relevance
398 u32 nBackfillAttempted; /* WAL frames perhaps written, or maybe not */ member1407 pInfo->nBackfillAttempted = pWal->hdr.mxFrame; in walIndexRecover()1998 pInfo->nBackfillAttempted = 0; in walRestartHdr()2100 pInfo->nBackfillAttempted = mxSafeFrame; in walCheckpoint()2957 u32 i = pInfo->nBackfillAttempted; in sqlite3WalSnapshotRecover()2958 for(i=pInfo->nBackfillAttempted; i>AtomicLoad(&pInfo->nBackfill); i--){ in sqlite3WalSnapshotRecover()2983 pInfo->nBackfillAttempted = i-1; in sqlite3WalSnapshotRecover()3082 && pSnapshot->mxFrame>=pInfo->nBackfillAttempted in sqlite3WalBeginReadTransaction()4116 || pNew->mxFrame<walCkptInfo(pWal)->nBackfillAttempted in sqlite3WalSnapshotCheck()