Searched refs:UV_READABLE_PIPE (Results 1 – 9 of 9) sorted by relevance
79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
266 if (server_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()275 if (client_flags & UV_READABLE_PIPE) in uv__create_pipe_pair()358 read_flags |= UV_READABLE_PIPE; in uv_pipe()412 if (flags & UV_READABLE_PIPE) { in uv__create_stdio_pipe_pair()416 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()417 client_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()420 server_flags |= UV_READABLE_PIPE; in uv__create_stdio_pipe_pair()445 if (flags & UV_READABLE_PIPE) in uv__create_stdio_pipe_pair()
597 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()876 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()927 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()974 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()1019 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()1698 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()
153 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE157 UV_READABLE_PIPE = 0x10,
243 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
263 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
1025 UV_READABLE_PIPE = 0x10, enumerator
Completed in 32 milliseconds