Lines Matching refs:read_options
211 ReadOptions read_options; in ReadProperties() local
212 read_options.verify_checksums = verify_checksum; in ReadProperties()
217 file, prefetch_buffer, footer, read_options, handle, &block_contents, in ReadProperties()
372 ReadOptions read_options; in ReadTableProperties() local
373 read_options.verify_checksums = false; in ReadTableProperties()
377 file, nullptr /* prefetch_buffer */, footer, read_options, in ReadTableProperties()
442 ReadOptions read_options; in FindMetaBlock() local
443 read_options.verify_checksums = false; in FindMetaBlock()
446 file, nullptr /* prefetch_buffer */, footer, read_options, in FindMetaBlock()
485 ReadOptions read_options; in ReadMetaBlock() local
486 read_options.verify_checksums = false; in ReadMetaBlock()
490 file, prefetch_buffer, footer, read_options, metaindex_handle, in ReadMetaBlock()
518 file, prefetch_buffer, footer, read_options, block_handle, contents, in ReadMetaBlock()