Home
last modified time | relevance | path

Searched refs:UV_INHERIT_STREAM (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess-stdio.c209 UV_INHERIT_STREAM)) { in uv__stdio_create()
305 case UV_INHERIT_STREAM: { in uv__stdio_create()
/netbsd-src/external/mit/libuv/dist/docs/code/cgi/
H A Dmain.c32 child_stdio[1].flags = UV_INHERIT_STREAM; in invoke_cgi_script()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dprocess.c169 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
183 case UV_INHERIT_STREAM: in uv__process_init_stdio()
1043 if (options->stdio[i].flags & (UV_INHERIT_FD | UV_INHERIT_STREAM)) in uv_spawn()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dprocess.rst143 UV_INHERIT_STREAM = 0x04,
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c1824 child_stdio[0].flags = UV_INHERIT_STREAM; in TEST_IMPL()
1827 child_stdio[1].flags = UV_INHERIT_STREAM; in TEST_IMPL()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Dprocesses.rst216 to ``UV_INHERIT_STREAM`` and setting ``data.stream`` to the stream in the
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h946 UV_INHERIT_STREAM = 0x04, enumerator