Searched refs:UV_WRITABLE_PIPE (Results 1 – 9 of 9) sorted by relevance
122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn()
293 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()599 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()638 options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()796 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()878 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()880 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()976 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()1107 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_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_PIPE158 UV_WRITABLE_PIPE = 0x20,
268 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()279 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()359 write_flags |= UV_WRITABLE_PIPE; in uv_pipe()416 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()419 if (flags & UV_WRITABLE_PIPE) { in uv__create_stdio_pipe_pair()421 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()447 if (flags & UV_WRITABLE_PIPE) in uv__create_stdio_pipe_pair()
241 if (container->flags & UV_WRITABLE_PIPE) in uv__process_open_stream()
263 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
1026 UV_WRITABLE_PIPE = 0x20, enumerator
Completed in 30 milliseconds