Searched refs:uv_socketpair (Results 1 – 7 of 7) sorted by relevance
/libuv/test/ |
H A D | test-ping-pong.c | 318 ASSERT_OK(uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in socketpair_pinger_new()
|
/libuv/src/unix/ |
H A D | tcp.c | 630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
|
H A D | process.c | 203 return uv_socketpair(SOCK_STREAM, 0, fds, 0, 0); in uv__process_init_stdio()
|
/libuv/docs/src/ |
H A D | tcp.rst | 175 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0…
|
/libuv/src/win/ |
H A D | tcp.c | 1567 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
|
/libuv/include/ |
H A D | uv.h | 515 UV_EXTERN int uv_socketpair(int type,
|
/libuv/ |
H A D | ChangeLog | 1328 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)
|
Completed in 29 milliseconds