uv_tcp_bind       756 include/uv.h   UV_EXTERN int uv_tcp_bind(uv_tcp_t* handle, struct sockaddr_in);
uv_tcp_bind       514 src/win/tcp.c      err = uv_tcp_bind(handle, uv_addr_ip4_any_);
uv_tcp_bind       691 src/win/tcp.c      err = uv_tcp_bind(handle, uv_addr_ip4_any_);
uv_tcp_bind       205 test/benchmark-multi-accept.c     ASSERT(0 == uv_tcp_bind((uv_tcp_t*) &ctx.server_handle, listen_addr));
uv_tcp_bind       193 test/benchmark-ping-pongs.c   uv_tcp_bind(&pinger->tcp, client_addr);
uv_tcp_bind       371 test/benchmark-pump.c   r = uv_tcp_bind(&tcpServer, listen_addr);
uv_tcp_bind       108 test/blackhole-server.c   r = uv_tcp_bind(&tcp_server, addr);
uv_tcp_bind       302 test/dns-server.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind       225 test/echo-server.c   r = uv_tcp_bind(&tcpServer, addr);
uv_tcp_bind       104 test/test-connection-fail.c   uv_tcp_bind(&tcp, client_addr);
uv_tcp_bind       112 test/test-delayed-accept.c   r = uv_tcp_bind(server, addr);
uv_tcp_bind       179 test/test-getsockname.c   r = uv_tcp_bind(&tcpServer, addr);
uv_tcp_bind       142 test/test-ipc-send-recv.c   r = uv_tcp_bind(&ctx.send.tcp, uv_ip4_addr("127.0.0.1", TEST_PORT));
uv_tcp_bind       366 test/test-ipc.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind       389 test/test-ipc.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind       549 test/test-ipc.c   r = uv_tcp_bind(&tcp_server, uv_ip4_addr("0.0.0.0", TEST_PORT));
uv_tcp_bind       599 test/test-ipc.c   r = uv_tcp_bind(&tcp_server, uv_ip4_addr("0.0.0.0", TEST_PORT));
uv_tcp_bind        54 test/test-multiple-listen.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind        44 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server1, addr);
uv_tcp_bind        49 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server2, addr);
uv_tcp_bind        78 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind        99 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind       123 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, *garbage_addr);
uv_tcp_bind       146 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, addr1);
uv_tcp_bind       148 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, addr2);
uv_tcp_bind       170 test/test-tcp-bind-error.c   r = uv_tcp_bind(&server, addr);
uv_tcp_bind        85 test/test-tcp-close.c   r = uv_tcp_bind(handle, uv_ip4_addr("127.0.0.1", TEST_PORT));
uv_tcp_bind       101 test/test-tcp-unexpected-read.c   ASSERT(0 == uv_tcp_bind(&server_handle, addr));
uv_tcp_bind       112 test/test-tcp-write-to-half-open-connection.c   r = uv_tcp_bind(&tcp_server, uv_ip4_addr("127.0.0.1", TEST_PORT));