Lines Matching refs:strcasecmp
250 if (!strcasecmp(ctype, "skip_list")) in StringToRepFactory()
252 else if (!strcasecmp(ctype, "prefix_hash")) 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()
286 } else if (!strcasecmp(ctype, "zstd")) { in StringToCompressionType()