Home
last modified time | relevance | path

Searched refs:flags1 (Results 1 – 4 of 4) sorted by path

/libuv/docs/src/
H A Dtcp.rst135 …:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0, int flags1)
141 Valid values for `flags0` and `flags1` are:
/libuv/include/
H A Duv.h516 int flags1);
/libuv/src/unix/
H A Dtcp.c610 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
617 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE)) in uv_socketpair()
641 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
/libuv/src/win/
H A Dtcp.c1561 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
1578 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()

Completed in 25 milliseconds