Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c664 static void acceptCommonHandler(int fd, int flags, char *ip) { in acceptCommonHandler() function
750 acceptCommonHandler(cfd,0,cip); in acceptTcpHandler()
769 acceptCommonHandler(cfd,CLIENT_UNIX_SOCKET,NULL); in acceptUnixHandler()