Lines Matching refs:endpoint
87455 FilePoint endpoint; /* Pointer to the end of the file */
87480 if( (iAmt+iOfst)>p->endpoint.iOffset ){
87485 assert( (iAmt+iOfst)<=p->endpoint.iOffset );
87543 if( iOff + nChunk > copy.endpoint.iOffset ){
87544 nChunk = copy.endpoint.iOffset - iOff;
87597 assert( iOfst==p->endpoint.iOffset || iOfst==0 );
87608 FileChunk *pChunk = p->endpoint.pChunk;
87609 int iChunkOffset = (int)(p->endpoint.iOffset%p->nChunkSize);
87626 p->endpoint.pChunk = pNew;
87629 memcpy((u8*)p->endpoint.pChunk->zChunk + iChunkOffset, zWrite, iSpace);
87632 p->endpoint.iOffset += iSpace;
87653 p->endpoint.pChunk = 0;
87654 p->endpoint.iOffset = 0;
87686 *pSize = (sqlite_int64) p->endpoint.iOffset;