Searched refs:uv_tcp_open (Results 1 – 10 of 10) sorted by relevance
/third_party/libuv/test/ |
D | test-tcp-open.c | 250 r = uv_tcp_open(&client, sock); in TEST_IMPL() 264 r = uv_tcp_open(&client2, sock); in TEST_IMPL() 297 r = uv_tcp_open(&client, sock1); in TEST_IMPL() 300 r = uv_tcp_open(&client, sock2); in TEST_IMPL() 326 ASSERT(0 == uv_tcp_open(&server, sock)); in TEST_IMPL() 350 ASSERT(0 == uv_tcp_open(&client, sock)); in TEST_IMPL() 382 r = uv_tcp_open(&client, sock); in TEST_IMPL()
|
D | test-ping-pong.c | 327 ASSERT_EQ(0, uv_tcp_open(&pinger->stream.tcp, fds[1])); in socketpair_pinger_new() 333 ASSERT_EQ(0, uv_tcp_open(ponger, fds[0])); in socketpair_pinger_new()
|
D | test-spawn.c | 671 r = uv_tcp_open(&tcp, handle); in spawn_tcp_server_helper()
|
/third_party/libuv/docs/src/ |
D | tcp.rst | 44 .. c:function:: int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) 134 The resulting handles can be passed to `uv_tcp_open`, used with `uv_spawn`,
|
/third_party/libuv/src/unix/ |
D | tcp.c | 270 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() function
|
/third_party/node/src/ |
D | tcp_wrap.cc | 206 int err = uv_tcp_open(&wrap->handle_, fd); in Open()
|
/third_party/libuv/include/ |
D | uv.h | 569 UV_EXTERN int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 557 UV_EXTERN int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock);
|
/third_party/libuv/src/win/ |
D | tcp.c | 1506 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() function
|
/third_party/libuv/ |
D | ChangeLog | 2274 * win: allow bound/connected socket in uv_tcp_open() (Maciej Szeptuch
|