Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h127 int redisvFormatCommand(char **target, const char *format, va_list ap);
H A Dhiredis.c210 int redisvFormatCommand(char **target, const char *format, va_list ap) { in redisvFormatCommand() function
460 len = redisvFormatCommand(target,format,ap); in redisFormatCommand()
933 len = redisvFormatCommand(&cmd,format,ap); in redisvAppendCommand()
H A DCHANGELOG.md111 * Fix redisvFormatCommand format parsing
H A Dasync.c654 len = redisvFormatCommand(&cmd,format,ap); in redisvAsyncCommand()