Home
last modified time | relevance | path

Searched refs:uv_socketpair (Results 1 – 7 of 7) sorted by relevance

/libuv/test/
H A Dtest-ping-pong.c318 ASSERT_OK(uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in socketpair_pinger_new()
/libuv/src/unix/
H A Dtcp.c630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
H A Dprocess.c203 return uv_socketpair(SOCK_STREAM, 0, fds, 0, 0); in uv__process_init_stdio()
/libuv/docs/src/
H A Dtcp.rst175 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0…
/libuv/src/win/
H A Dtcp.c1567 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 Duv.h515 UV_EXTERN int uv_socketpair(int type,
/libuv/
H A DChangeLog1328 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)

Completed in 29 milliseconds