Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dc.h273 size_t start_key_len, const char* end_key, size_t end_key_len,
378 size_t start_key_len,
384 const char* start_key, size_t start_key_len, const char* limit_key,
389 size_t start_key_len, const char* limit_key, size_t limit_key_len);
393 rocksdb_compactoptions_t* opt, const char* start_key, size_t start_key_len,
508 rocksdb_writebatch_t* b, const char* start_key, size_t start_key_len,
512 const char* start_key, size_t start_key_len, const char* end_key,
597 rocksdb_writebatch_wi_t* b, const char* start_key, size_t start_key_len,
602 const char* start_key, size_t start_key_len, const char* end_key,
1504 rocksdb_t* db, const char* start_key, size_t start_key_len,
[all …]
/rocksdb-6.9/db/
Dc.cc854 const char* start_key, size_t start_key_len, in rocksdb_delete_range_cf() argument
1197 const char* start_key, size_t start_key_len, in rocksdb_compact_range() argument
1203 (start_key ? (a = Slice(start_key, start_key_len), &a) : nullptr), in rocksdb_compact_range()
1210 const char* start_key, size_t start_key_len, in rocksdb_compact_range_cf() argument
1216 (start_key ? (a = Slice(start_key, start_key_len), &a) : nullptr), in rocksdb_compact_range_cf()
1227 (start_key ? (a = Slice(start_key, start_key_len), &a) : nullptr), in rocksdb_compact_range_opt()
1240 (start_key ? (a = Slice(start_key, start_key_len), &a) : nullptr), in rocksdb_compact_range_cf_opt()
1503 b->rep.DeleteRange(Slice(start_key, start_key_len), in rocksdb_writebatch_delete_range()
1509 const char* start_key, size_t start_key_len, const char* end_key, in rocksdb_writebatch_delete_range_cf() argument
1760 b->rep->DeleteRange(Slice(start_key, start_key_len), in rocksdb_writebatch_wi_delete_range()
[all …]