Home
last modified time | relevance | path

Searched refs:UV_CREATE_PIPE (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-spawn.c293 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
597 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_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()
876 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_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()
927 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in TEST_IMPL()
929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
[all …]
H A Dtest-stdio-over-pipes.c132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | in test_stdio_over_pipes()
135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE | in test_stdio_over_pipes()
H A Dbenchmark-spawn.c122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn()
H A Dtest-ipc.c310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
/libuv/src/win/
H A Dprocess-stdio.c208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | in uv__stdio_create()
231 case UV_CREATE_PIPE: { in uv__stdio_create()
H A Dprocess.c1110 if (fdopt->flags & UV_CREATE_PIPE && in uv_spawn()
/libuv/src/unix/
H A Dprocess.c192 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
198 case UV_CREATE_PIPE: in uv__process_init_stdio()
230 if (!(container->flags & UV_CREATE_PIPE) || pipefds[0] < 0) in uv__process_open_stream()
251 if (!(container->flags & UV_CREATE_PIPE)) return; in uv__process_close_stream()
/libuv/docs/code/multi-echo-server/
H A Dmain.c79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE; in setup_workers()
/libuv/docs/src/
H A Dprocess.rst137 UV_CREATE_PIPE = 0x01,
153 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
161 * When UV_CREATE_PIPE is specified, specifying UV_NONBLOCK_PIPE opens the
/libuv/docs/src/guide/
H A Dprocesses.rst263 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
276 `UV_CREATE_PIPE` flag, it opts for creating a `socketpair(2)`_.
/libuv/include/
H A Duv.h1016 UV_CREATE_PIPE = 0x01, enumerator

Completed in 33 milliseconds