Home | History | Annotate | Download | only in dist

Lines Matching defs:endpoint

72867   FilePoint endpoint;             /* Pointer to the end of the file */
72888 assert( iOfst+iAmt<=p->endpoint.iOffset );
72933 assert( iOfst==p->endpoint.iOffset );
72937 FileChunk *pChunk = p->endpoint.pChunk;
72938 int iChunkOffset = (int)(p->endpoint.iOffset%JOURNAL_CHUNKSIZE);
72955 p->endpoint.pChunk = pNew;
72958 memcpy(&p->endpoint.pChunk->zChunk[iChunkOffset], zWrite, iSpace);
72961 p->endpoint.iOffset += iSpace;
73012 *pSize = (sqlite_int64) p->endpoint.iOffset;