Lines Matching +defs:server +defs:c

77 struct redisServer server; /* Server global state */  variable
345 const char *c = ".-*#"; in serverLogRaw() local
820 int clientsCronHandleTimeout(client *c, mstime_t now_ms) { in clientsCronHandleTimeout()
856 int clientsCronResizeQueryBuffer(client *c) { in clientsCronResizeQueryBuffer()
912 int clientsCronTrackExpansiveClients(client *c) { in clientsCronTrackExpansiveClients()
984 client *c; in clientsCron() local
2199 struct redisCommand *c = redisCommandTable+j; in populateCommandTable() local
2232 struct redisCommand *c; in resetCommandTableStats() local
2363 void forceCommandPropagation(client *c, int flags) { in forceCommandPropagation()
2371 void preventCommandPropagation(client *c) { in preventCommandPropagation()
2376 void preventCommandAOF(client *c) { in preventCommandAOF()
2381 void preventCommandReplication(client *c) { in preventCommandReplication()
2422 void call(client *c, int flags) { in call()
2551 int processCommand(client *c) { in processCommand()
2936 void authCommand(client *c) { in authCommand()
2950 void pingCommand(client *c) { in pingCommand()
2973 void echoCommand(client *c) { in echoCommand()
2977 void timeCommand(client *c) { in timeCommand()
2989 int addReplyCommandFlag(client *c, struct redisCommand *cmd, int f, char *reply) { in addReplyCommandFlag()
2998 void addReplyCommand(client *c, struct redisCommand *cmd) { in addReplyCommand()
3037 void commandCommand(client *c) { in commandCommand()
3640 struct redisCommand *c; in genRedisInfoString() local
3683 void infoCommand(client *c) { in infoCommand()
3693 void monitorCommand(client *c) { in monitorCommand()