Searched refs:UV_READABLE_PIPE (Results 1 – 15 of 15) sorted by relevance
79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
124 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE); in ParseStdioOptions()128 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE | in ParseStdioOptions()
210 flags |= UV_READABLE_PIPE; in uv_flags()
258 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()267 if (client_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()350 read_flags |= UV_READABLE_PIPE; in uv_pipe()399 if (flags & UV_READABLE_PIPE) { in uv__create_stdio_pipe_pair()403 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()404 client_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()407 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()432 if (flags & UV_READABLE_PIPE) in uv__create_stdio_pipe_pair()
594 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()873 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()924 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()971 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()1016 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()1531 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | in test_stdio_over_pipes()
310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
146 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE150 UV_READABLE_PIPE = 0x10,
220 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
260 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
953 UV_READABLE_PIPE = 0x10, enumerator
939 UV_READABLE_PIPE = 0x10, enumerator