Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dc_test.c1134 rocksdb_options_t* options_with_filter = rocksdb_options_create(); in main() local
1135 rocksdb_options_set_create_if_missing(options_with_filter, 1); in main()
1141 rocksdb_destroy_db(options_with_filter, dbname, &err); in main()
1142 rocksdb_options_set_compaction_filter(options_with_filter, cfilter); in main()
1143 db = CheckCompaction(db, options_with_filter, roptions, woptions); in main()
1145 rocksdb_options_set_compaction_filter(options_with_filter, NULL); in main()
1147 rocksdb_options_destroy(options_with_filter); in main()