Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.c1920 int listenToPort(int port, int *fds, int *count) { in listenToPort() function
2062 listenToPort(server.port,server.ipfd,&server.ipfd_count) == C_ERR) in initServer()
H A Dserver.h1479 int listenToPort(int port, int *fds, int *count);
H A Dcluster.c488 if (listenToPort(server.port+CLUSTER_PORT_INCR, in clusterInit()