Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dnetworking.c616 static void acceptCommonHandler(int fd, int flags, char *ip) { in acceptCommonHandler() function
702 acceptCommonHandler(cfd,0,cip); in acceptTcpHandler()
721 acceptCommonHandler(cfd,CLIENT_UNIX_SOCKET,NULL); in acceptUnixHandler()