Searched refs:flags1 (Results 1 – 4 of 4) sorted by relevance
/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() argument 637 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE)) in uv_socketpair() 661 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
/libuv/docs/src/ |
H A D | tcp.rst | 175 …:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0, int flags1) 181 Valid values for `flags0` and `flags1` are:
|
/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() argument 1584 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
/libuv/include/ |
H A D | uv.h | 519 int flags1);
|
Completed in 23 milliseconds