Lines Matching refs:strcasecmp
418 if (c->argc > 2 || strcasecmp(c->argv[1]->ptr,"async")) { in getFlushCommandFlags()
644 if (!strcasecmp(c->argv[i]->ptr, "count") && j >= 2) { in scanGenericCommand()
657 } else if (!strcasecmp(c->argv[i]->ptr, "match") && j >= 2) { in scanGenericCommand()
848 if (!strcasecmp(c->argv[1]->ptr,"nosave")) { in shutdownCommand()
850 } else if (!strcasecmp(c->argv[1]->ptr,"save")) { in shutdownCommand()
1340 if (!strcasecmp(argv[i]->ptr,skiplist[j].name)) { in sortGetKeys()
1343 } else if (!strcasecmp(argv[i]->ptr,"store") && i+1 < argc) { in sortGetKeys()
1368 if (!strcasecmp(argv[i]->ptr,"keys") && in migrateGetKeys()
1400 if ((!strcasecmp(arg, "store") || !strcasecmp(arg, "storedist")) && ((i+1) < argc)) { in georadiusGetKeys()
1435 if (!strcasecmp(arg, "block")) { in xreadGetKeys()
1437 } else if (!strcasecmp(arg, "count")) { in xreadGetKeys()
1439 } else if (!strcasecmp(arg, "group")) { in xreadGetKeys()
1441 } else if (!strcasecmp(arg, "noack")) { in xreadGetKeys()
1443 } else if (!strcasecmp(arg, "streams")) { in xreadGetKeys()