Home
last modified time | relevance | path

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

/redis-3.2.3/deps/hiredis/
H A Dhiredis.h161 int redisvFormatCommand(char **target, const char *format, va_list ap);
H A Dhiredis.c686 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 Dasync.c639 len = redisvFormatCommand(&cmd,format,ap); in redisvAsyncCommand()