Home
last modified time | relevance | path

Searched refs:addReplyStatusFormat (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Ddebug.c401 addReplyStatusFormat(c, in debugCommand()
423 addReplyStatusFormat(c, in debugCommand()
H A Dserver.h1148 void addReplyStatusFormat(client *c, const char *fmt, ...)
1152 void addReplyStatusFormat(client *c, const char *fmt, ...);
H A Dnetworking.c421 void addReplyStatusFormat(client *c, const char *fmt, ...) { in addReplyStatusFormat() function