Lines Matching refs:redisCommand

132 struct redisCommand redisCommandTable[] = {
2196 int numcommands = sizeof(redisCommandTable)/sizeof(struct redisCommand); in populateCommandTable()
2199 struct redisCommand *c = redisCommandTable+j; in populateCommandTable()
2232 struct redisCommand *c; in resetCommandTableStats()
2238 c = (struct redisCommand *) dictGetVal(de); in resetCommandTableStats()
2253 int redisOpArrayAppend(redisOpArray *oa, struct redisCommand *cmd, int dbid, in redisOpArrayAppend()
2285 struct redisCommand *lookupCommand(sds name) { in lookupCommand()
2289 struct redisCommand *lookupCommandByCString(char *s) { in lookupCommandByCString()
2290 struct redisCommand *cmd; in lookupCommandByCString()
2305 struct redisCommand *lookupCommandOrOriginal(sds name) { in lookupCommandOrOriginal()
2306 struct redisCommand *cmd = dictFetchValue(server.commands, name); in lookupCommandOrOriginal()
2323 void propagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, in propagate()
2344 void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc, in alsoPropagate()
2425 struct redisCommand *real_cmd = c->cmd; in call()
2989 int addReplyCommandFlag(client *c, struct redisCommand *cmd, int f, char *reply) { in addReplyCommandFlag()
2998 void addReplyCommand(client *c, struct redisCommand *cmd) { in addReplyCommand()
3066 struct redisCommand *cmd = lookupCommand(c->argv[2]->ptr); in commandCommand()
3640 struct redisCommand *c; in genRedisInfoString()
3645 c = (struct redisCommand *) dictGetVal(de); in genRedisInfoString()