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.c67846 u32 mxFrame; /* Index of last valid frame in the WAL */ member
68764 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE-1 );
68765 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE );
68766 testcase( pWal->hdr.mxFrame==HASHTABLE_NPAGE_ONE+1 );
68768 if( pWal->hdr.mxFrame==0 ) return;
68774 assert( pWal->nWiData>walFramePage(pWal->hdr.mxFrame) );
68775 assert( pWal->apWiData[walFramePage(pWal->hdr.mxFrame)] );
68776 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
68782 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
69035 pWal->hdr.mxFrame = iFrame;
[all …]