Searched refs:iMark (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c3735 ** iPgOne iMark
3746 ** The size of the database is iMark - iPgOne.
3751 ** iMark will be the size of the underlying file minus 25 (APND_MARKSIZE).
3752 ** Or, iMark is -1 to indicate that it has not yet been written.
3757 sqlite3_int64 iMark; /* Offset of the append mark. -1 if unwritten */ member in struct:ApndFile
3874 * If and only if this succeeds, internal ApndFile.iMark is updated.
3895 paf->iMark = iWriteEnd;
3914 if( paf->iMark < 0 || paf->iPgOne + iWriteEnd > paf->iMark ){
3930 return pFile->pMethods->xTruncate(pFile, paf->iMark
4069 sqlite3_int64 iMark; local
4095 sqlite3_int64 iMark = apndReadMark(sz, pFile); local
[all...]
H A Dsqlite3.c61833 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED); local
[all...]

Completed in 549 milliseconds