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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c8730 ** iPgOne iMark
8741 ** The size of the database is iMark - iPgOne.
8746 ** iMark will be the size of the underlying file minus 25 (APND_MARKSIZE).
8747 ** Or, iMark is -1 to indicate that it has not yet been written.
8752 sqlite3_int64 iMark; /* Offset of the append mark. -1 if unwritten */ member in struct:ApndFile
8869 * If and only if this succeeds, internal ApndFile.iMark is updated.
8890 paf->iMark = iWriteEnd;
8909 if( paf->iMark < 0 || paf->iPgOne + iWriteEnd > paf->iMark ){
8925 return pFile->pMethods->xTruncate(pFile, paf->iMark
9064 sqlite3_int64 iMark; local
9090 sqlite3_int64 iMark = apndReadMark(sz, pFile); local
[all...]
H A Dsqlite3.c66780 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED); local
[all...]

Completed in 746 milliseconds