Lines Matching defs:endpoint
103046 FilePoint endpoint; /* Pointer to the end of the file */
103070 if( (iAmt+iOfst)>p->endpoint.iOffset ){
103129 if( iOff + nChunk > copy.endpoint.iOffset ){
103130 nChunk = copy.endpoint.iOffset - iOff;
103186 assert( iOfst<=p->endpoint.iOffset );
103187 if( iOfst>0 && iOfst!=p->endpoint.iOffset ){
103195 FileChunk *pChunk = p->endpoint.pChunk;
103196 int iChunkOffset = (int)(p->endpoint.iOffset%p->nChunkSize);
103214 pChunk = p->endpoint.pChunk = pNew;
103221 p->endpoint.iOffset += iSpace;
103234 assert( p->endpoint.pChunk==0 || p->endpoint.pChunk->pNext==0 );
103235 if( size<p->endpoint.iOffset ){
103251 p->endpoint.pChunk = pIter;
103252 p->endpoint.iOffset = size;
103284 *pSize = (sqlite_int64) p->endpoint.iOffset;