Lines Matching defs:endpoint
72831 FilePoint endpoint; /* Pointer to the end of the file */
72852 assert( iOfst+iAmt<=p->endpoint.iOffset );
72897 assert( iOfst==p->endpoint.iOffset );
72901 FileChunk *pChunk = p->endpoint.pChunk;
72902 int iChunkOffset = (int)(p->endpoint.iOffset%JOURNAL_CHUNKSIZE);
72919 p->endpoint.pChunk = pNew;
72922 memcpy(&p->endpoint.pChunk->zChunk[iChunkOffset], zWrite, iSpace);
72925 p->endpoint.iOffset += iSpace;
72976 *pSize = (sqlite_int64) p->endpoint.iOffset;