Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/multi-echo-server/
Dmain.c79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
/third_party/node/src/
Dprocess_wrap.cc124 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE); in ParseStdioOptions()
128 UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE | in ParseStdioOptions()
Dspawn_sync.cc210 flags |= UV_READABLE_PIPE; in uv_flags()
/third_party/libuv/src/win/
Dpipe.c258 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()
/third_party/node/deps/uv/src/win/
Dpipe.c258 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()
/third_party/libuv/test/
Dtest-spawn.c594 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()
Dtest-stdio-over-pipes.c132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | in test_stdio_over_pipes()
Dtest-ipc.c310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
/third_party/libuv/docs/src/
Dprocess.rst146 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
150 UV_READABLE_PIPE = 0x10,
/third_party/node/deps/uv/src/unix/
Dprocess.c220 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
/third_party/libuv/src/unix/
Dprocess.c220 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
/third_party/libuv/docs/src/guide/
Dprocesses.rst260 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
/third_party/libuv/include/
Duv.h953 UV_READABLE_PIPE = 0x10, enumerator
/third_party/node/deps/uv/include/
Duv.h953 UV_READABLE_PIPE = 0x10, enumerator
/third_party/libuv/include/uv_ndk/
Duv.h939 UV_READABLE_PIPE = 0x10, enumerator