Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c6275 ** iPgOne iMark
6286 ** The size of the database is iMark - iPgOne.
6291 ** iMark will be the size of the underlying file minus 25 (APND_MARKSIZE).
6292 ** Or, iMark is -1 to indicate that it has not yet been written.
6297 sqlite3_int64 iMark; /* Offset of the append mark. -1 if unwritten */ member
6414 * If and only if this succeeds, internal ApndFile.iMark is updated.
6435 paf->iMark = iWriteEnd; in apndWriteMark()
6454 if( paf->iMark < 0 || paf->iPgOne + iWriteEnd > paf->iMark ){ in apndWrite()
6470 return pFile->pMethods->xTruncate(pFile, paf->iMark in apndTruncate()
6609 sqlite3_int64 iMark; apndReadMark() local
6635 sqlite3_int64 iMark = apndReadMark(sz, pFile); apndIsAppendvfsDatabase() local
[all...]
H A Dsqlite3.c65440 u32 iMark = (i==1 ? mxSafeFrame : READMARK_NOT_USED); global() local
[all...]

Completed in 139 milliseconds