Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsyncio.c125 ssize_t syncReadLine(int fd, char *ptr, ssize_t size, long long timeout) { in syncReadLine() function
H A Dreplication.c1134 if (syncReadLine(fd,buf,1024,server.repl_syncio_timeout*1000) == -1) { in readSyncBulkPayload()
1382 if (syncReadLine(fd,buf,sizeof(buf),server.repl_syncio_timeout*1000) in sendSynchronousCommand()
H A Dcluster.c5244 if (password && syncReadLine(cs->fd, buf0, sizeof(buf0), timeout) <= 0) in migrateCommand()
5248 if (select && syncReadLine(cs->fd, buf1, sizeof(buf1), timeout) <= 0) in migrateCommand()
5263 if (syncReadLine(cs->fd, buf2, sizeof(buf2), timeout) <= 0) { in migrateCommand()
H A Dserver.h1580 ssize_t syncReadLine(int fd, char *ptr, ssize_t size, long long timeout);