Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c5239 char buf0[1024]; /* Auth reply. */ in migrateCommand() local
5244 if (password && syncReadLine(cs->fd, buf0, sizeof(buf0), timeout) <= 0) in migrateCommand()
5267 if ((password && buf0[0] == '-') || in migrateCommand()
5275 if (password && buf0[0] == '-') errbuf = buf0; in migrateCommand()