Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.c283 va_list _cpy; in redisvFormatCommand() local
298 va_copy(_cpy,ap); in redisvFormatCommand()
353 va_end(_cpy); in redisvFormatCommand()
361 newarg = sdscatvprintf(curarg,_format,_cpy); in redisvFormatCommand()
368 va_end(_cpy); in redisvFormatCommand()