Lines Matching defs:readpoint
103047 FilePoint readpoint; /* Pointer to the end of the last xRead() */
103073 assert( p->readpoint.iOffset==0 || p->readpoint.pChunk!=0 );
103074 if( p->readpoint.iOffset!=iOfst || iOfst==0 ){
103083 pChunk = p->readpoint.pChunk;
103096 p->readpoint.iOffset = pChunk ? iOfst+iAmt : 0;
103097 p->readpoint.pChunk = pChunk;
103253 p->readpoint.pChunk = 0;
103254 p->readpoint.iOffset = 0;