Searched refs:redisFormatCommandArgv (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/hiredis/ |
| H A D | hiredis.h | 163 int redisFormatCommandArgv(char **target, int argc, const char **argv, const size_t *argvlen);
|
| H A D | test.c | 208 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in test_format_commands() 214 len = redisFormatCommandArgv(&cmd,argc,argv,lens); in test_format_commands()
|
| H A D | hiredis.c | 939 int redisFormatCommandArgv(char **target, int argc, const char **argv, const size_t *argvlen) { in redisFormatCommandArgv() function 1302 len = redisFormatCommandArgv(&cmd,argc,argv,argvlen); in redisAppendCommandArgv()
|
| H A D | async.c | 658 len = redisFormatCommandArgv(&cmd,argc,argv,argvlen); in redisAsyncCommandArgv()
|
| /redis-3.2.3/src/ |
| H A D | redis-benchmark.c | 710 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in main() 830 len = redisFormatCommandArgv(&cmd,21,argv,NULL); in main()
|