Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h129 int redisFormatCommandArgv(char **target, int argc, const char **argv, const size_t *argvlen);
H A Dtest.c217 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in test_format_commands()
223 len = redisFormatCommandArgv(&cmd,argc,argv,lens); in test_format_commands()
H A Dhiredis.c530 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 Dredis-benchmark.c710 len = redisFormatCommandArgv(&cmd,argc,argv,NULL); in main()
837 len = redisFormatCommandArgv(&cmd,21,argv,NULL); in main()