fSkipEOFTags
DiscardFromInput(e + fSkipEOFTags);
if (l < (int)(fMinFrameSize + fSkipSOFTags + fSkipEOFTags))
if ((int)(s + fSkipSOFTags + fMinFrameSize + fSkipEOFTags) > l)
if (!fDevice->ValidateEndOfFrameTag(b + e, fSkipEOFTags, e - s - fSkipSOFTags))
fSkipEOFTags = skip;
return FindTags(buf, buflen, fEOFTags, fNumEOFTags, fLenEOFTags, fSkipEOFTags, which);
size_t fSkipEOFTags;
if (i + (int)fSkipEOFTags > bufsize) { // not enough room to check for EOF, leave it for next time
if (fDevice->ValidateEndOfFrameTag(buf+i, fSkipEOFTags, fCurrentFrame->Position()+i))