Home | History | Annotate | Download | only in dist

Lines Matching defs:endpoint

58981   FilePoint endpoint;             /* Pointer to the end of the file */
59002 assert( iOfst+iAmt<=p->endpoint.iOffset );
59047 assert( iOfst==p->endpoint.iOffset );
59051 FileChunk *pChunk = p->endpoint.pChunk;
59052 int iChunkOffset = (int)(p->endpoint.iOffset%JOURNAL_CHUNKSIZE);
59069 p->endpoint.pChunk = pNew;
59072 memcpy(&p->endpoint.pChunk->zChunk[iChunkOffset], zWrite, iSpace);
59075 p->endpoint.iOffset += iSpace;
59127 *pSize = (sqlite_int64) p->endpoint.iOffset;