Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68084 u32 mxSafeFrame; /* Max frame that can be backfilled */ local
68104 mxSafeFrame = pWal->hdr.mxFrame;
68108 if( mxSafeFrame>y ){
68112 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED);
68116 mxSafeFrame = y;
68125 if( pInfo->nBackfill<mxSafeFrame ){
68134 pInfo->nBackfillAttempted = mxSafeFrame; SEH_INJECT_FAULT;
68170 if( iFrame<=nBackfill || iFrame>mxSafeFrame || iDbpage>mxPage ){
68186 if( mxSafeFrame==walIndexHdr(pWal)->mxFrame ){
68195 AtomicStore(&pInfo->nBackfill, mxSafeFrame); SEH_INJECT_FAULT;