Lines Matching defs:footer
58 // record header + footer
263 // Retain footer in frame for more efficient BACKSPACE
314 // as its footer, then overwrite the reserved first four bytes of the
514 std::int32_t header{0}, footer{0};
528 recordLength = sizeof header + header; // does not include footer
529 need = recordOffsetInFrame_ + *recordLength + sizeof footer;
536 footer = ReadHeaderOrFooter(recordOffsetInFrame_ + *recordLength);
537 if (footer != header) {
540 "that does not match record footer (%jd)";
547 static_cast<std::intmax_t>(header), static_cast<std::intmax_t>(footer));