| /rocksdb-6.9/port/win/ |
| D | io_win.cc | 71 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/ |
| D | readahead_raf.cc | 38 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()
|
| D | file_prefetch_buffer.cc | 25 uint64_t offset, size_t n, in Prefetch() 99 bool FilePrefetchBuffer::TryReadFromCache(uint64_t offset, size_t n, in TryReadFromCache()
|
| D | random_access_file_reader.h | 36 void NotifyOnFileReadFinish(uint64_t offset, size_t length, in NotifyOnFileReadFinish() 128 Status Prefetch(uint64_t offset, size_t n) const { in Prefetch()
|
| D | sequence_file_reader.cc | 29 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()
|
| D | writable_file_writer.h | 37 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/ |
| D | cassandra_serialize_test.cc | 54 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
|
| D | cassandra_format_test.cc | 35 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
|
| D | format.cc | 44 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/ |
| D | blob_index.h | 76 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/ |
| D | env_encryption.cc | 86 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 …]
|
| D | io_posix.cc | 79 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 …]
|
| D | composite_env_wrapper.h | 39 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/ |
| D | blob_dump_tool.cc | 56 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/ |
| D | env_mirror.cc | 54 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/ |
| D | DirectSlice.java | 97 public byte get(final int offset) { in get() 126 private native byte get0(long handle, int offset); in get0()
|
| D | RocksDB.java | 684 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/ |
| D | env.h | 619 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 …]
|
| D | file_system.h | 589 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/ |
| D | file_reader_writer_test.cc | 59 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
|
| D | crc32c.cc | 546 #define CRCtriplet(crc, buf, offset) \ argument 551 #define CRCduplet(crc, buf, offset) \ argument 555 #define CRCsinglet(crc, buf, offset) \ argument
|
| /rocksdb-6.9/options/ |
| D | options_settable_test.cc | 46 size_t offset = 0; in FillWithSpecialChar() local 57 size_t offset = 0; in NumUnsetBytes() local
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | WriteBatchThreadedTest.java | 58 final int offset = i * 100; in threadedWrites() local
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_index.h | 99 const char* GetSubIndexBasePtrAndUpperBound(uint32_t offset, in GetSubIndexBasePtrAndUpperBound() 167 uint32_t offset; // offset of a row member
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_filter_block.cc | 221 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
|