Lines Matching refs:strcasecmp
495 return strcasecmp(key1, key2) == 0; in dictSdsKeyCaseCompare()
2558 if (!strcasecmp(c->argv[0]->ptr,"quit")) { in processCommand()
3041 if (c->argc == 2 && !strcasecmp(c->argv[1]->ptr,"help")) { in commandCommand()
3057 } else if (!strcasecmp(c->argv[1]->ptr, "info")) { in commandCommand()
3063 } else if (!strcasecmp(c->argv[1]->ptr, "count") && c->argc == 2) { in commandCommand()
3065 } else if (!strcasecmp(c->argv[1]->ptr,"getkeys") && c->argc >= 3) { in commandCommand()
3136 allsections = strcasecmp(section,"all") == 0; in genRedisInfoString()
3137 defsections = strcasecmp(section,"default") == 0; in genRedisInfoString()
3143 if (allsections || defsections || !strcasecmp(section,"server")) { in genRedisInfoString()
3211 if (allsections || defsections || !strcasecmp(section,"clients")) { in genRedisInfoString()
3227 if (allsections || defsections || !strcasecmp(section,"memory")) { in genRedisInfoString()
3344 if (allsections || defsections || !strcasecmp(section,"persistence")) { in genRedisInfoString()
3434 if (allsections || defsections || !strcasecmp(section,"stats")) { in genRedisInfoString()
3493 if (allsections || defsections || !strcasecmp(section,"replication")) { in genRedisInfoString()
3621 if (allsections || defsections || !strcasecmp(section,"cpu")) { in genRedisInfoString()
3636 if (allsections || !strcasecmp(section,"commandstats")) { in genRedisInfoString()
3656 if (allsections || defsections || !strcasecmp(section,"cluster")) { in genRedisInfoString()
3665 if (allsections || defsections || !strcasecmp(section,"keyspace")) { in genRedisInfoString()
4073 if (argc == 3 && !strcasecmp(argv[1], "test")) { in main()
4074 if (!strcasecmp(argv[2], "ziplist")) { in main()
4076 } else if (!strcasecmp(argv[2], "quicklist")) { in main()
4078 } else if (!strcasecmp(argv[2], "intset")) { in main()
4080 } else if (!strcasecmp(argv[2], "zipmap")) { in main()
4082 } else if (!strcasecmp(argv[2], "sha1test")) { in main()
4084 } else if (!strcasecmp(argv[2], "util")) { in main()
4086 } else if (!strcasecmp(argv[2], "endianconv")) { in main()
4088 } else if (!strcasecmp(argv[2], "crc64")) { in main()
4090 } else if (!strcasecmp(argv[2], "zmalloc")) { in main()