Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc741 CacheAllocationPtr tmp_buf; in TryReadPropertiesWithGlobalSeqno() local
745 &tmp_buf, false /* compression_type_missing */, in TryReadPropertiesWithGlobalSeqno()
747 if (s.ok() && tmp_buf) { in TryReadPropertiesWithGlobalSeqno()
756 tmp_buf.get() + global_seqno_offset - props_block_handle.offset(), 0); in TryReadPropertiesWithGlobalSeqno()
758 uint32_t value = DecodeFixed32(tmp_buf.get() + block_size + 1); in TryReadPropertiesWithGlobalSeqno()
760 tmp_buf.get(), block_size + 1, value); in TryReadPropertiesWithGlobalSeqno()