Searched refs:headerBytes (Results 1 – 1 of 1) sorted by relevance
787 auto headerBytes{static_cast<std::int64_t>(sizeof header)}; in BackspaceVariableUnformattedRecord() local790 if (frameOffsetInFile_ <= headerBytes) { in BackspaceVariableUnformattedRecord()798 ReadFrame(frameOffsetInFile_ - headerBytes, headerBytes, handler)}; in BackspaceVariableUnformattedRecord()799 if (static_cast<std::int64_t>(got) < headerBytes) { in BackspaceVariableUnformattedRecord()805 if (frameOffsetInFile_ < *recordLength + 2 * headerBytes) { in BackspaceVariableUnformattedRecord()809 frameOffsetInFile_ -= *recordLength + 2 * headerBytes; in BackspaceVariableUnformattedRecord()810 if (frameOffsetInFile_ >= headerBytes) { in BackspaceVariableUnformattedRecord()811 frameOffsetInFile_ -= headerBytes; in BackspaceVariableUnformattedRecord()812 recordOffsetInFrame_ = headerBytes; in BackspaceVariableUnformattedRecord()