Searched refs:curarg (Results 1 – 1 of 1) sorted by relevance
227 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 …]