on_connection 59 test/dns-server.c static void on_connection(uv_stream_t*, int status); on_connection 309 test/dns-server.c r = uv_listen((uv_stream_t*)&server, 128, on_connection); on_connection 45 test/echo-server.c static void on_connection(uv_stream_t*, int status); on_connection 232 test/echo-server.c r = uv_listen((uv_stream_t*)&tcpServer, SOMAXCONN, on_connection); on_connection 265 test/echo-server.c r = uv_listen((uv_stream_t*)&tcpServer, SOMAXCONN, on_connection); on_connection 324 test/echo-server.c r = uv_listen((uv_stream_t*)&pipeServer, SOMAXCONN, on_connection); on_connection 185 test/test-getsockname.c r = uv_listen((uv_stream_t*)&tcpServer, 128, on_connection); on_connection 170 test/test-ipc.c r = uv_listen((uv_stream_t*)&tcp_server, 12, on_connection);