Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h130 int redisFormatSdsCommandArgv(sds *target, int argc, const char ** argv, const size_t *argvlen);
H A Dtest.c232 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 Dhiredis.c477 int redisFormatSdsCommandArgv(sds *target, int argc, const char **argv, in redisFormatSdsCommandArgv() function
965 len = redisFormatSdsCommandArgv(&cmd,argc,argv,argvlen); in redisAppendCommandArgv()
H A Dasync.c678 len = redisFormatSdsCommandArgv(&cmd,argc,argv,argvlen); in redisAsyncCommandArgv()