Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dtcp.c660 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
667 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE)) in uv_socketpair()
688 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair()
/libuv/docs/src/
H A Dtcp.rst174 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0
180 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
1582 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair()
/libuv/include/
H A Duv.h515 int flags0,

Completed in 25 milliseconds