Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c216 char **curargv = NULL, **newargv = NULL; in redisvFormatCommand() local
237 curargv = newargv; in redisvFormatCommand()
386 curargv = newargv; in redisvFormatCommand()
387 curargv[argc++] = curarg; in redisvFormatCommand()
406 memcpy(cmd+pos,curargv[j],sdslen(curargv[j])); in redisvFormatCommand()
407 pos += sdslen(curargv[j]); in redisvFormatCommand()
408 sdsfree(curargv[j]); in redisvFormatCommand()
415 free(curargv); in redisvFormatCommand()
428 if (curargv) { in redisvFormatCommand()
430 sdsfree(curargv[argc]); in redisvFormatCommand()
[all …]