Searched refs:anetTcpServer (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.h | 61 int anetTcpServer(char *err, int port, char *bindaddr, int backlog);
|
| H A D | anet.c | 512 int anetTcpServer(char *err, int port, char *bindaddr, int backlog) in anetTcpServer() function
|
| H A D | server.c | 1943 fds[*count] = anetTcpServer(server.neterr,port,NULL, in listenToPort() 1963 fds[*count] = anetTcpServer(server.neterr,port,server.bindaddr[j], in listenToPort()
|