Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c979 int writeToClient(int fd, client *c, int handler_installed) { in writeToClient() function
1075 writeToClient(fd,privdata,1); in sendReplyToClient()
1098 if (writeToClient(c->fd,c,0) == C_ERR) continue; in handleClientsWithPendingWrites()
2159 writeToClient(slave->fd,slave,0); in flushSlavesOutputBuffers()
H A Dserver.h1486 int writeToClient(int fd, client *c, int handler_installed);
H A Dscripting.c1721 writeToClient(c->fd, c, 0); in ldbEndSession()
/f-stack/app/redis-5.0.5/
H A DREADME.md331 * `writeToClient()` transmits the data pending in the output buffers to the client and is called by…