Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69630 u32 mxSafeFrame; /* Max frame that can be backfilled */ local
69650 mxSafeFrame = pWal->hdr.mxFrame;
69654 if( mxSafeFrame>y ){
69658 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED);
69662 mxSafeFrame = y;
69671 if( pInfo->nBackfill<mxSafeFrame ){
69691 pInfo->nBackfillAttempted = mxSafeFrame; SEH_INJECT_FAULT;
69729 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
69745 if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){
69754 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;