Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-ping-pong.c318 ASSERT_EQ(0, uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in socketpair_pinger_new()
/third_party/libuv/src/unix/
Dtcp.c467 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
Dprocess.c180 return uv_socketpair(SOCK_STREAM, 0, fds, 0, 0); in uv__process_init_stdio()
/third_party/libuv/docs/src/
Dtcp.rst131 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0…
/third_party/libuv/include/
Duv.h483 UV_EXTERN int uv_socketpair(int type,
/third_party/libuv/src/win/
Dtcp.c1589 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() function
/third_party/libuv/
DChangeLog397 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)