Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 73) sorted by relevance

123

/rocksdb-6.9/port/win/
Dio_win.cc71 uint64_t offset, size_t& bytes_written) { in pwrite()
107 uint64_t offset, size_t& bytes_read) { in pread()
319 ULARGE_INTEGER offset; in MapNewRegion() local
531 Status WinMmapFile::InvalidateCache(size_t offset, size_t length) { in InvalidateCache()
535 Status WinMmapFile::Allocate(uint64_t offset, uint64_t len) { in Allocate()
606 uint64_t offset, size_t& bytes_read) const { in PositionedReadInternal()
661 uint64_t offset, in PositionedReadInternal()
900 Status WinWritableImpl::AllocateImpl(uint64_t offset, uint64_t len) { in AllocateImpl()
980 Status WinWritableFile::Allocate(uint64_t offset, uint64_t len) { in Allocate()
1004 Status WinRandomRWFile::Write(uint64_t offset, const Slice & data) { in Write()
[all …]
/rocksdb-6.9/file/
Dreadahead_raf.cc38 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
74 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch()
98 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
111 bool TryReadFromCache(uint64_t offset, size_t n, size_t* cached_len, in TryReadFromCache()
128 Status ReadIntoBuffer(uint64_t offset, size_t n) const { in ReadIntoBuffer()
Dfile_prefetch_buffer.cc25 uint64_t offset, size_t n, in Prefetch()
99 bool FilePrefetchBuffer::TryReadFromCache(uint64_t offset, size_t n, in TryReadFromCache()
Drandom_access_file_reader.h36 void NotifyOnFileReadFinish(uint64_t offset, size_t length, in NotifyOnFileReadFinish()
128 Status Prefetch(uint64_t offset, size_t n) const { in Prefetch()
Dsequence_file_reader.cc29 size_t offset = offset_.fetch_add(n); in Read() local
154 IOStatus PositionedRead(uint64_t offset, size_t n, const IOOptions& opts, in PositionedRead()
160 IOStatus InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
Dwritable_file_writer.h37 void NotifyOnFileWriteFinish(uint64_t offset, size_t length, in NotifyOnFileWriteFinish()
150 IOStatus InvalidateCache(size_t offset, size_t length) { in InvalidateCache()
/rocksdb-6.9/utilities/cassandra/
Dcassandra_serialize_test.cc54 std::size_t offset = dest.size(); in TEST() local
115 std::size_t offset = dest.size(); in TEST() local
161 std::size_t offset = dest.size(); in TEST() local
Dcassandra_format_test.cc35 std::size_t offset = 0; in TEST() local
88 std::size_t offset = 0; in TEST() local
157 std::size_t offset = 0; in TEST() local
202 std::size_t offset = 0; in TEST() local
260 std::size_t offset = 0; in TEST() local
Dformat.cc44 std::size_t offset) { in Deserialize()
81 std::size_t offset) { in Deserialize()
142 std::size_t offset) { in Deserialize()
191 std::size_t offset) { in Deserialize()
306 std::size_t offset = 0; in Deserialize() local
/rocksdb-6.9/db/blob/
Dblob_index.h76 uint64_t offset() const { in offset() function
142 uint64_t offset, uint64_t size, in EncodeBlob()
155 uint64_t file_number, uint64_t offset, in EncodeBlobTTL()
/rocksdb-6.9/env/
Denv_encryption.cc86 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
92 Status PositionedRead(uint64_t offset, size_t n, Slice* result, in PositionedRead()
127 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
140 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch()
179 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
277 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
287 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
296 void PrepareWrite(size_t offset, size_t len) override { in PrepareWrite()
301 Status Allocate(uint64_t offset, uint64_t len) override { in Allocate()
329 Status Write(uint64_t offset, const Slice& data) override { in Write()
[all …]
Dio_posix.cc79 int Fadvise(int fd, off_t offset, size_t len, int advice) { in Fadvise()
255 IOStatus PosixSequentialFile::PositionedRead(uint64_t offset, size_t n, in PositionedRead()
566 IOStatus PosixRandomAccessFile::Read(uint64_t offset, size_t n, in Read()
733 IOStatus PosixRandomAccessFile::Prefetch(uint64_t offset, size_t n, in Prefetch()
837 IOStatus PosixMmapReadableFile::Read(uint64_t offset, size_t n, in Read()
1074 IOStatus PosixMmapFile::InvalidateCache(size_t offset, size_t length) { in InvalidateCache()
1090 IOStatus PosixMmapFile::Allocate(uint64_t offset, uint64_t len, in Allocate()
1312 IOStatus PosixWritableFile::Allocate(uint64_t offset, uint64_t len, in Allocate()
1335 IOStatus PosixWritableFile::RangeSync(uint64_t offset, uint64_t nbytes, in RangeSync()
1384 IOStatus PosixRandomRWFile::Write(uint64_t offset, const Slice& data, in Write()
[all …]
Dcomposite_env_wrapper.h39 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
42 Status PositionedRead(uint64_t offset, size_t n, Slice* result, in PositionedRead()
59 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
85 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch()
193 void PrepareWrite(size_t offset, size_t len) override { in PrepareWrite()
199 Status Allocate(uint64_t offset, uint64_t len) override { in Allocate()
220 Status Write(uint64_t offset, const Slice& data) override { in Write()
225 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
634 IOStatus PositionedRead(uint64_t offset, size_t n, in PositionedRead()
776 IOStatus RangeSync(uint64_t offset, uint64_t nbytes, in RangeSync()
[all …]
/rocksdb-6.9/utilities/blob_db/
Dblob_dump_tool.cc56 uint64_t offset = 0; in Run() local
94 Status BlobDumpTool::Read(uint64_t offset, size_t size, Slice* result) { in Read()
114 Status BlobDumpTool::DumpBlobLogHeader(uint64_t* offset, in DumpBlobLogHeader()
175 uint64_t* offset, uint64_t* total_records, in DumpRecord()
/rocksdb-6.9/utilities/
Denv_mirror.cc54 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
68 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
110 Status PositionedAppend(const Slice& data, uint64_t offset) override { in PositionedAppend()
173 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
181 Status Allocate(uint64_t offset, uint64_t length) override { in Allocate()
187 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDirectSlice.java97 public byte get(final int offset) { in get()
126 private native byte get0(long handle, int offset); in get0()
DRocksDB.java684 final byte[] key, final int offset, final int len, in put()
729 final byte[] key, final int offset, final int len, in put()
836 final byte[] key, final int offset, final int len, in put()
949 final byte[] key, final int offset, final int len) in delete()
1565 final byte[] key, final int offset, final int len, in merge()
1864 public byte[] get(final byte[] key, final int offset, in get()
1909 final byte[] key, final int offset, final int len) in get()
2397 final int offset, final int len, in keyMayExist()
2455 final byte[] key, int offset, int len, in keyMayExist()
2514 final byte[] key, final int offset, final int len, in keyMayExist()
[all …]
/rocksdb-6.9/include/rocksdb/
Denv.h619 uint64_t offset; member
866 virtual void PrepareWrite(size_t offset, size_t len) { in PrepareWrite()
1417 Status InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
1420 Status PositionedRead(uint64_t offset, size_t n, Slice* result, in PositionedRead()
1434 Status Read(uint64_t offset, size_t n, Slice* result, in Read()
1441 Status Prefetch(uint64_t offset, size_t n) override { in Prefetch()
1514 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
1518 void PrepareWrite(size_t offset, size_t len) override { in PrepareWrite()
1522 Status Allocate(uint64_t offset, uint64_t len) override { in Allocate()
1538 Status Write(uint64_t offset, const Slice& data) override { in Write()
[all …]
Dfile_system.h589 uint64_t offset; member
1215 IOStatus InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
1218 IOStatus PositionedRead(uint64_t offset, size_t n, const IOOptions& options, in PositionedRead()
1233 IOStatus Read(uint64_t offset, size_t n, const IOOptions& options, in Read()
1242 IOStatus Prefetch(uint64_t offset, size_t n, const IOOptions& options, in Prefetch()
1254 IOStatus InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
1270 IOStatus PositionedAppend(const Slice& data, uint64_t offset, in PositionedAppend()
1324 IOStatus InvalidateCache(size_t offset, size_t length) override { in InvalidateCache()
1333 void PrepareWrite(size_t offset, size_t len, const IOOptions& options, in PrepareWrite()
1338 IOStatus Allocate(uint64_t offset, uint64_t len, const IOOptions& options, in Allocate()
[all …]
/rocksdb-6.9/util/
Dfile_reader_writer_test.cc59 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in TEST_F()
244 std::string Read(uint64_t offset, size_t n) { in Read()
295 size_t offset = rng.Uniform(static_cast<int>(strLen)); in TEST_P() local
311 size_t offset = rng.Uniform(static_cast<int>(strLen)); in TEST_P() local
389 size_t offset = 0; in TEST_P() local
412 size_t offset = 0; in TEST_P() local
Dcrc32c.cc546 #define CRCtriplet(crc, buf, offset) \ argument
551 #define CRCduplet(crc, buf, offset) \ argument
555 #define CRCsinglet(crc, buf, offset) \ argument
/rocksdb-6.9/options/
Doptions_settable_test.cc46 size_t offset = 0; in FillWithSpecialChar() local
57 size_t offset = 0; in NumUnsetBytes() local
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchThreadedTest.java58 final int offset = i * 100; in threadedWrites() local
/rocksdb-6.9/table/plain/
Dplain_table_index.h99 const char* GetSubIndexBasePtrAndUpperBound(uint32_t offset, in GetSubIndexBasePtrAndUpperBound()
167 uint32_t offset; // offset of a row member
/rocksdb-6.9/table/block_based/
Dblock_based_filter_block.cc221 const BlockContents& contents, const char** data, const char** offset, in ParseFieldsFromBlock()
260 const char* offset = nullptr; in MayMatch() local
318 const char* offset = nullptr; in ToString() local

123