Searched refs:magic (Results 1 – 3 of 3) sorted by relevance
216 uint64_t magic = ((static_cast<uint64_t>(magic_hi) << 32) | in DecodeFrom() local220 bool legacy = IsLegacyFooterFormat(magic); in DecodeFrom()222 magic = UpconvertLegacyFooterFormat(magic); in DecodeFrom()224 set_table_magic_number(magic); in DecodeFrom()
5 1) The dump starts with the magic 8 byte identifier "ROCKDUMP"7 2) The magic is followed by an 8 byte big-endian version which is 0x00000001.
72 CacheRecordHeader(const uint32_t magic, const uint32_t key_size, in CacheRecordHeader()74 : magic_(magic), crc_(0), key_size_(key_size), val_size_(val_size) {} in CacheRecordHeader()