Lines Matching refs:strcasecmp
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()
1271 else if (!strcasecmp(ctype, "prefix_hash")) in StringToRepFactory()
1273 else if (!strcasecmp(ctype, "vector")) in StringToRepFactory()
1275 else if (!strcasecmp(ctype, "hash_linkedlist")) in StringToRepFactory()
1474 if (!strcasecmp(ctype, "fixed")) in StringToDistributionType()
1476 else if (!strcasecmp(ctype, "uniform")) in StringToDistributionType()
1478 else if (!strcasecmp(ctype, "normal")) in StringToDistributionType()
7026 if (!strcasecmp(FLAGS_compaction_fadvice.c_str(), "NONE")) in db_bench_tool()
7028 else if (!strcasecmp(FLAGS_compaction_fadvice.c_str(), "NORMAL")) in db_bench_tool()
7030 else if (!strcasecmp(FLAGS_compaction_fadvice.c_str(), "SEQUENTIAL")) in db_bench_tool()
7032 else if (!strcasecmp(FLAGS_compaction_fadvice.c_str(), "WILLNEED")) in db_bench_tool()