Searched refs:strcasecmp (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_common.h | 250 if (!strcasecmp(ctype, "skip_list")) in StringToRepFactory() 254 else if (!strcasecmp(ctype, "vector")) in StringToRepFactory() 270 if (!strcasecmp(ctype, "disable")) { in StringToCompressionType() 272 } else if (!strcasecmp(ctype, "none")) { in StringToCompressionType() 274 } else if (!strcasecmp(ctype, "snappy")) { in StringToCompressionType() 276 } else if (!strcasecmp(ctype, "zlib")) { in StringToCompressionType() 278 } else if (!strcasecmp(ctype, "bzip2")) { in StringToCompressionType() 280 } else if (!strcasecmp(ctype, "lz4")) { in StringToCompressionType() 282 } else if (!strcasecmp(ctype, "lz4hc")) { in StringToCompressionType() 284 } else if (!strcasecmp(ctype, "xpress")) { in StringToCompressionType() [all …]
|
| /rocksdb-6.9/port/win/ |
| D | port_win.h | 40 #ifndef strcasecmp 41 #define strcasecmp _stricmp macro
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 864 if (!strcasecmp(ctype, "none")) in StringToCompressionType() 866 else if (!strcasecmp(ctype, "snappy")) in StringToCompressionType() 868 else if (!strcasecmp(ctype, "zlib")) in StringToCompressionType() 870 else if (!strcasecmp(ctype, "bzip2")) in StringToCompressionType() 872 else if (!strcasecmp(ctype, "lz4")) in StringToCompressionType() 874 else if (!strcasecmp(ctype, "lz4hc")) in StringToCompressionType() 876 else if (!strcasecmp(ctype, "xpress")) in StringToCompressionType() 878 else if (!strcasecmp(ctype, "zstd")) in StringToCompressionType() 1269 if (!strcasecmp(ctype, "skip_list")) in StringToRepFactory() 1273 else if (!strcasecmp(ctype, "vector")) in StringToRepFactory() [all …]
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest.h | 3743 return strcasecmp(s1, s2);
|