Searched refs:mxSafeFrame (Results 1 – 1 of 1) sorted by relevance
68085 u32 mxSafeFrame; /* Max frame that can be backfilled */ local68105 mxSafeFrame = pWal->hdr.mxFrame;68109 if( mxSafeFrame>y ){68113 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED);68117 mxSafeFrame = y;68126 if( pInfo->nBackfill<mxSafeFrame ){68135 pInfo->nBackfillAttempted = mxSafeFrame; SEH_INJECT_FAULT;68171 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){68187 if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){68196 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;