Searched refs:readpoint (Results 1 – 1 of 1) sorted by relevance
109693 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member109719 assert( p->readpoint.iOffset==0 || p->readpoint.pChunk!=0 );109720 if( p->readpoint.iOffset!=iOfst || iOfst==0 ){109729 pChunk = p->readpoint.pChunk;109742 p->readpoint.iOffset = pChunk ? iOfst+iAmt : 0;109743 p->readpoint.pChunk = pChunk;109899 p->readpoint.pChunk = 0;109900 p->readpoint.iOffset = 0;