Home
last modified time | relevance | path

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

/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() 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 Dtcp.rst175 …:: 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 Dtcp.c1567 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 Duv.h519 int flags1);

Completed in 23 milliseconds