Home
last modified time | relevance | path

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

/freebsd/contrib/file/magic/Magdir/
H A Dsql339 # mxFrame; number of valid and committed frames in the WAL file
/freebsd/contrib/sqlite3/
H A Dsqlite3.c67751 u32 mxFrame; /* Index of last valid frame in the WAL */ member
68663 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE-1 );
68664 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE );
68665 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE+1 );
68667 if( pWal->hdr.mxFrame==0 ) return;
68673 assert( pWal->nWiData>walFramePage(pWal->hdr.mxFrame) );
68674 assert( pWal->apWiData[walFramePage(pWal->hdr.mxFrame)] );
68675 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
68681 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
68934 pWal->hdr.mxFrame = iFrame;
[all …]