Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c214 sds curarg, newarg; /* current argument */ in redisvFormatCommand() local
247 newarg = sdscatlen(curarg,c,1); in redisvFormatCommand()
248 if (newarg == NULL) goto memory_err; in redisvFormatCommand()
249 curarg = newarg; in redisvFormatCommand()
257 newarg = curarg; in redisvFormatCommand()
264 newarg = sdscatlen(curarg,arg,size); in redisvFormatCommand()
270 newarg = sdscatlen(curarg,arg,size); in redisvFormatCommand()
273 newarg = sdscat(curarg,"%"); in redisvFormatCommand()
361 newarg = sdscatvprintf(curarg,_format,_cpy); in redisvFormatCommand()
373 if (newarg == NULL) goto memory_err; in redisvFormatCommand()
[all …]