Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dio_win.cc835 uint64_t write_end = offset + bytes_written; in PositionedAppendImpl() local
836 if (write_end >= next_write_offset_) { in PositionedAppendImpl()
837 next_write_offset_ = write_end; in PositionedAppendImpl()