HomeSort by relevance Sort by last modified time
    Searched full:block_start_location (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.cc 37 uint64_t block_start_location = initial_offset_ - offset_in_block; local
42 block_start_location += kBlockSize;
45 end_of_buffer_offset_ = block_start_location;
48 if (block_start_location > 0) {
49 Status skip_status = file_->Skip(block_start_location);
51 ReportDrop(block_start_location, skip_status);

Completed in 145 milliseconds