Searched refs:writeToClient (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | networking.c | 902 int writeToClient(int fd, client *c, int handler_installed) { in writeToClient() function 991 writeToClient(fd,privdata,1); in sendReplyToClient() 1010 if (writeToClient(c->fd,c,0) == C_ERR) continue; in handleClientsWithPendingWrites() 1852 writeToClient(slave->fd,slave,0); in flushSlavesOutputBuffers()
|
| H A D | server.h | 1143 int writeToClient(int fd, client *c, int handler_installed);
|
| H A D | scripting.c | 1654 writeToClient(c->fd, c, 0); in ldbEndSession()
|