Home
last modified time | relevance | path

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

/libuv/docs/code/cgi/
H A Dmain.c32 child_stdio[1].flags = UV_INHERIT_STREAM; in invoke_cgi_script()
/libuv/src/win/
H A Dprocess-stdio.c209 UV_INHERIT_STREAM)) { in uv__stdio_create()
306 case UV_INHERIT_STREAM: { in uv__stdio_create()
/libuv/src/unix/
H A Dprocess.c192 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
206 case UV_INHERIT_STREAM: in uv__process_init_stdio()
1066 if (options->stdio[i].flags & (UV_INHERIT_FD | UV_INHERIT_STREAM)) in uv_spawn()
/libuv/docs/src/
H A Dprocess.rst150 UV_INHERIT_STREAM = 0x04,
/libuv/test/
H A Dtest-spawn.c1924 child_stdio[0].flags = UV_INHERIT_STREAM; in TEST_IMPL()
1927 child_stdio[1].flags = UV_INHERIT_STREAM; in TEST_IMPL()
/libuv/docs/src/guide/
H A Dprocesses.rst219 to ``UV_INHERIT_STREAM`` and setting ``data.stream`` to the stream in the
/libuv/include/
H A Duv.h1018 UV_INHERIT_STREAM = 0x04, enumerator

Completed in 27 milliseconds