Searched refs:sendReplyToClient (Results 1 – 4 of 4) sorted by relevance
862 sendReplyToClient, slave) == AE_ERR) { in putSlaveOnline()2268 sendReplyToClient, server.master)) { in replicationResurrectCachedMaster()
1072 void sendReplyToClient(aeEventLoop *el, int fd, void *privdata, int mask) { in sendReplyToClient() function1115 sendReplyToClient, c) == AE_ERR) in handleClientsWithPendingWrites()
1432 void sendReplyToClient(aeEventLoop *el, int fd, void *privdata, int mask);
331 …e output buffers to the client and is called by the *writable event handler* `sendReplyToClient()`.