Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c862 sendReplyToClient, slave) == AE_ERR) { in putSlaveOnline()
2268 sendReplyToClient, server.master)) { in replicationResurrectCachedMaster()
H A Dnetworking.c1072 void sendReplyToClient(aeEventLoop *el, int fd, void *privdata, int mask) { in sendReplyToClient() function
1115 sendReplyToClient, c) == AE_ERR) in handleClientsWithPendingWrites()
H A Dserver.h1432 void sendReplyToClient(aeEventLoop *el, int fd, void *privdata, int mask);
/f-stack/app/redis-5.0.5/
H A DREADME.md331 …e output buffers to the client and is called by the *writable event handler* `sendReplyToClient()`.