Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69731 u32 mxSafeFrame; /* Max frame that can be backfilled */ local
69751 mxSafeFrame = pWal->hdr.mxFrame;
69755 if( mxSafeFrame>y ){
69759 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED);
69763 mxSafeFrame = y;
69772 if( pInfo->nBackfill<mxSafeFrame ){
69792 pInfo->nBackfillAttempted = mxSafeFrame; SEH_INJECT_FAULT;
69830 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
69846 if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){
69855 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;