Searched refs:acceptTcpHandler (Results 1 – 3 of 3) sorted by relevance
734 void acceptTcpHandler(aeEventLoop *el, int fd, void *privdata, int mask) { in acceptTcpHandler() function
1438 void acceptTcpHandler(aeEventLoop *el, int fd, void *privdata, int mask);
2142 acceptTcpHandler,NULL) == AE_ERR) in initServer()