| D | blob_compaction_filter.cc | 126 PinnableSlice blob; in PrepareBlobOutput() local 128 if (!ReadBlobFromOldFile(key, blob_index, &blob, &compression_type)) { in PrepareBlobOutput() 135 if (!WriteBlobToNewFile(key, blob, &new_blob_file_number, &new_blob_offset)) { in PrepareBlobOutput() 146 blob.size(), compression_type); in PrepareBlobOutput() 181 const Slice& key, const BlobIndex& blob_index, PinnableSlice* blob, in ReadBlobFromOldFile() argument 188 blob, compression_type); in ReadBlobFromOldFile() 204 const Slice& key, const Slice& blob, uint64_t* new_blob_file_number, in WriteBlobToNewFile() argument 214 const Status s = writer_->AddRecord(key, blob, kNoExpiration, &new_key_offset, in WriteBlobToNewFile() 230 BlobLogRecord::kHeaderSize + key.size() + blob.size(); in WriteBlobToNewFile()
|