Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dprocess-stdio.c209 UV_INHERIT_STREAM)) { in uv__stdio_create()
305 case UV_INHERIT_STREAM: { in uv__stdio_create()
/third_party/node/deps/uv/src/win/
Dprocess-stdio.c209 UV_INHERIT_STREAM)) { in uv__stdio_create()
305 case UV_INHERIT_STREAM: { in uv__stdio_create()
/third_party/libuv/docs/code/cgi/
Dmain.c32 child_stdio[1].flags = UV_INHERIT_STREAM; in invoke_cgi_script()
/third_party/node/deps/uv/src/unix/
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()
/third_party/libuv/src/unix/
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()
/third_party/node/src/
Dprocess_wrap.cc132 options->stdio[i].flags = UV_INHERIT_STREAM; in ParseStdioOptions()
/third_party/libuv/docs/src/
Dprocess.rst143 UV_INHERIT_STREAM = 0x04,
/third_party/libuv/test/
Dtest-spawn.c1749 child_stdio[0].flags = UV_INHERIT_STREAM; in TEST_IMPL()
1752 child_stdio[1].flags = UV_INHERIT_STREAM; in TEST_IMPL()
/third_party/libuv/docs/src/guide/
Dprocesses.rst216 to ``UV_INHERIT_STREAM`` and setting ``data.stream`` to the stream in the
/third_party/libuv/include/
Duv.h946 UV_INHERIT_STREAM = 0x04, enumerator
/third_party/node/deps/uv/include/
Duv.h946 UV_INHERIT_STREAM = 0x04, enumerator
/third_party/libuv/include/uv_ndk/
Duv.h932 UV_INHERIT_STREAM = 0x04, enumerator