Home
last modified time | relevance | path

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

/libuv/docs/code/multi-echo-server/
H A Dmain.c79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
/libuv/src/win/
H A Dpipe.c266 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()
/libuv/test/
H A Dtest-spawn.c597 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()
H A Dtest-stdio-over-pipes.c132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | in test_stdio_over_pipes()
H A Dtest-ipc.c310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
/libuv/docs/src/
H A Dprocess.rst153 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
157 UV_READABLE_PIPE = 0x10,
/libuv/src/unix/
H A Dprocess.c243 if (container->flags & UV_READABLE_PIPE) in uv__process_open_stream()
/libuv/docs/src/guide/
H A Dprocesses.rst263 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
/libuv/include/
H A Duv.h1025 UV_READABLE_PIPE = 0x10, enumerator

Completed in 32 milliseconds