Searched refs:redisFormatSdsCommandArgv (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | hiredis.h | 130 int redisFormatSdsCommandArgv(sds *target, int argc, const char ** argv, const size_t *argvlen);
|
| H A D | test.c | 232 len = redisFormatSdsCommandArgv(&sds_cmd,argc,argv,NULL); in test_format_commands() 239 len = redisFormatSdsCommandArgv(&sds_cmd,argc,argv,lens); in test_format_commands()
|
| H A D | hiredis.c | 477 int redisFormatSdsCommandArgv(sds *target, int argc, const char **argv, in redisFormatSdsCommandArgv() function 965 len = redisFormatSdsCommandArgv(&cmd,argc,argv,argvlen); in redisAppendCommandArgv()
|
| H A D | async.c | 678 len = redisFormatSdsCommandArgv(&cmd,argc,argv,argvlen); in redisAsyncCommandArgv()
|