Home
last modified time | relevance | path

Searched refs:__redisAppendCommand (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c907 int __redisAppendCommand(redisContext *c, const char *cmd, size_t len) { in __redisAppendCommand() function
922 if (__redisAppendCommand(c, cmd, len) != REDIS_OK) { in redisAppendFormattedCommand()
942 if (__redisAppendCommand(c,cmd,len) != REDIS_OK) { in redisvAppendCommand()
971 if (__redisAppendCommand(c,cmd,len) != REDIS_OK) { in redisAppendCommandArgv()
H A Dasync.c61 int __redisAppendCommand(redisContext *c, const char *cmd, size_t len);
642 __redisAppendCommand(c,cmd,len); in __redisAsyncCommand()