Home
last modified time | relevance | path

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

/src/contrib/file/magic/Magdir/
H A Dsql322 # mxFrame; number of valid and committed frames in the WAL file
/src/contrib/sqlite3/
H A Dsqlite3.c66206 u32 mxFrame; /* Index of last valid frame in the WAL */ member
67118 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE-1 );
67119 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE );
67120 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE+1 );
67122 if( pWal->hdr.mxFrame==0 ) return;
67128 assert( pWal->nWiData>walFramePage(pWal->hdr.mxFrame) );
67129 assert( pWal->apWiData[walFramePage(pWal->hdr.mxFrame)] );
67130 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
67136 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
67389 pWal->hdr.mxFrame = iFrame;
[all …]