Searched refs:redisFormatCommandArgv (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | hiredis.h | 129 int redisFormatCommandArgv(char **target, int argc, const char **argv, const size_t *argvlen);
|
| H A D | test.c | 217 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in test_format_commands() 223 len = redisFormatCommandArgv(&cmd,argc,argv,lens); in test_format_commands()
|
| H A D | hiredis.c | 530 int redisFormatCommandArgv(char **target, int argc, const char **argv, const size_t *argvlen) { in redisFormatCommandArgv() function
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-benchmark.c | 710 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in main() 837 len = redisFormatCommandArgv(&cmd,21,argv,NULL); in main()
|