Lines Matching refs:endpoint
94558 FilePoint endpoint; /* Pointer to the end of the file */
94584 if( (iAmt+iOfst)>p->endpoint.iOffset ){
94589 assert( (iAmt+iOfst)<=p->endpoint.iOffset );
94647 if( iOff + nChunk > copy.endpoint.iOffset ){
94648 nChunk = copy.endpoint.iOffset - iOff;
94701 assert( iOfst==p->endpoint.iOffset || iOfst==0 );
94713 FileChunk *pChunk = p->endpoint.pChunk;
94714 int iChunkOffset = (int)(p->endpoint.iOffset%p->nChunkSize);
94731 p->endpoint.pChunk = pNew;
94734 memcpy((u8*)p->endpoint.pChunk->zChunk + iChunkOffset, zWrite, iSpace);
94737 p->endpoint.iOffset += iSpace;
94758 p->endpoint.pChunk = 0;
94759 p->endpoint.iOffset = 0;
94791 *pSize = (sqlite_int64) p->endpoint.iOffset;