Searched refs:uv_socketpair (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
D | test-ping-pong.c | 318 ASSERT_EQ(0, uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in socketpair_pinger_new()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 467 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
|
D | process.c | 180 return uv_socketpair(SOCK_STREAM, 0, fds, 0, 0); in uv__process_init_stdio()
|
/third_party/libuv/docs/src/ |
D | tcp.rst | 131 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0…
|
/third_party/libuv/include/ |
D | uv.h | 483 UV_EXTERN int uv_socketpair(int type,
|
/third_party/libuv/src/win/ |
D | tcp.c | 1589 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
|
/third_party/libuv/ |
D | ChangeLog | 397 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)
|