Home | History | Annotate | Download | only in src

Lines Matching refs:endPos

306     PortFile->endPos = PortFile->curPos + end;
308 /* set the PortFile->endPos */
322 PortFile->endPos = curFrame->buffer + end;
401 if (PortFile->endPos == PortFile->curPos) /* end of file */
412 cbAvail = PortFile->endPos - PortFile->curPos;
424 if (PortFile->curPos == PortFile->endPos)
478 PortFile->curPos = PortFile->endPos = nextFrame->buffer;
499 if (curFrame == PortFile->endFrame && PortFile->endPos < PortFile->curPos)
500 PortFile->endPos = PortFile->curPos;
527 PortFile->curPos = PortFile->endPos;
544 if (PortFile->endPos <= PortFile->curPos) /* end of file */
557 cbAvail = PortFile->endPos - PortFile->curPos;
679 if (PortFile->curPos >= PortFile->endPos)
735 (PortFile->endPos - PortFile->endFrame->buffer);
773 if (PortFile->curPos >= PortFile->endPos)