Home
last modified time | relevance | path

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

/rocksdb-6.9/build_tools/
Dfb_compile_mongo.sh52 --disable-minimum-compiler-version-enforcement \
54 --disable-warnings-as-errors \
/rocksdb-6.9/include/rocksdb/
Dfilter_policy.h54 #pragma warning(disable : 4702) // unreachable code
Dc.h1284 rocksdb_writeoptions_t* opt, int disable);
/rocksdb-6.9/util/
Dcoding.cc21 #pragma warning(disable : 4244)
Ddynamic_bloom.h142 #pragma warning(disable : 4189)
Dxxhash.cc136 # pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */
/rocksdb-6.9/table/plain/
Dplain_table_bloom.h78 #pragma warning(disable : 4189)
/rocksdb-6.9/
DWINDOWS_PORT.md25 * Note: latest introduction of SyncPoint seems to disable running db_test in Release.
61 * Set `use_os_buffer=false` to disable OS disk buffering for WinWritableFile and WinRandomAccessFil…
69 …memory cache size instead. Thus we have chosen `use_os_buffer=false` to disable OS disk buffering…
DHISTORY.md237 …) to periodically refresh the snapshot list in compaction jobs. Assign to 0 to disable the feature.
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml124 …4-unknown-freebsd13.1 -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verif…
185 …4-unknown-freebsd13.1 -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verif…
277 …4-unknown-freebsd13.1 -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verif…
335 …4-unknown-freebsd13.1 -emit-obj -mrelax-all --mrelax-relocations -disable-free -disable-llvm-verif…
/rocksdb-6.9/include/rocksdb/utilities/
Denv_mirror.h75 #pragma warning(disable : 4130)
/rocksdb-6.9/db_stress_tool/
Ddb_stress_common.h341 #pragma warning(disable : 4309)
/rocksdb-6.9/db/
Dc.cc2634 void rocksdb_options_set_disable_auto_compactions(rocksdb_options_t* opt, int disable) { in rocksdb_options_set_disable_auto_compactions() argument
2635 opt->rep.disable_auto_compactions = disable; in rocksdb_options_set_disable_auto_compactions()
3252 void rocksdb_writeoptions_disable_WAL(rocksdb_writeoptions_t* opt, int disable) { in rocksdb_writeoptions_disable_WAL() argument
3253 opt->rep.disableWAL = disable; in rocksdb_writeoptions_disable_WAL()
Dc_test.c56 #pragma warning (disable: 4996) // getenv security warning
/rocksdb-6.9/java/rocksjni/
Dtransaction.cc21 #pragma warning(disable : 4503) // identifier' : decorated name length
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h553 __pragma(warning(disable: warnings))
19499 # pragma warning(disable:4805)
19500 # pragma warning(disable:4100)