Searched refs:redisvFormatCommand (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/hiredis/ |
| H A D | hiredis.h | 161 int redisvFormatCommand(char **target, const char *format, va_list ap);
|
| H A D | hiredis.c | 686 int redisvFormatCommand(char **target, const char *format, va_list ap) { in redisvFormatCommand() function 929 len = redisvFormatCommand(target,format,ap); in redisFormatCommand() 1273 len = redisvFormatCommand(&cmd,format,ap); in redisvAppendCommand()
|
| H A D | async.c | 639 len = redisvFormatCommand(&cmd,format,ap); in redisvAsyncCommand()
|