Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c227 curarg = sdsempty(); in redisvFormatCommand()
228 if (curarg == NULL) in redisvFormatCommand()
242 curarg = sdsempty(); in redisvFormatCommand()
249 curarg = newarg; in redisvFormatCommand()
257 newarg = curarg; in redisvFormatCommand()
374 curarg = newarg; in redisvFormatCommand()
387 curargv[argc++] = curarg; in redisvFormatCommand()
388 totlen += bulklen(sdslen(curarg)); in redisvFormatCommand()
390 sdsfree(curarg); in redisvFormatCommand()
394 curarg = NULL; in redisvFormatCommand()
[all …]