Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dpipe.c251 unsigned int server_flags, unsigned int client_flags, in uv__create_pipe_pair() argument
266 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()
268 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
270 if (server_flags & UV_NONBLOCK_PIPE) in uv__create_pipe_pair()
401 unsigned int server_flags; in uv__create_stdio_pipe_pair() local
410 server_flags = 0; in uv__create_stdio_pipe_pair()
416 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
420 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()
423 server_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair()
429 server_flags, client_flags, 1, (uintptr_t) server_pipe); in uv__create_stdio_pipe_pair()

Completed in 9 milliseconds