Searched refs:readpoint (Results 1 – 1 of 1) sorted by relevance
109851 FilePoint readpoint; /* Pointer to the end of the last xRead() */ member109877 assert( p->readpoint.iOffset==0 || p->readpoint.pChunk!=0 );109878 if( p->readpoint.iOffset!=iOfst || iOfst==0 ){109887 pChunk = p->readpoint.pChunk;109900 p->readpoint.iOffset = pChunk ? iOfst+iAmt : 0;109901 p->readpoint.pChunk = pChunk;110057 p->readpoint.pChunk = 0;110058 p->readpoint.iOffset = 0;