Home
last modified time | relevance | path

Searched refs:acceptTcpHandler (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c734 void acceptTcpHandler(aeEventLoop *el, int fd, void *privdata, int mask) { in acceptTcpHandler() function
H A Dserver.h1438 void acceptTcpHandler(aeEventLoop *el, int fd, void *privdata, int mask);
H A Dserver.c2142 acceptTcpHandler,NULL) == AE_ERR) in initServer()