Home
last modified time | relevance | path

Searched refs:UV_INHERIT_STREAM (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/docs/code/cgi/
H A Dmain.c32 child_stdio[1].flags = UV_INHERIT_STREAM; in invoke_cgi_script()
/third_party/libuv/src/win/
H A 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/
H A 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/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()
/third_party/libuv/src/unix/
H A Dprocess.c195 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
209 case UV_INHERIT_STREAM: in uv__process_init_stdio()
1069 if (options->stdio[i].flags & (UV_INHERIT_FD | UV_INHERIT_STREAM)) in uv_spawn()
/third_party/node/src/
H A Dprocess_wrap.cc132 options->stdio[i].flags = UV_INHERIT_STREAM; in ParseStdioOptions()
/third_party/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()
/third_party/libuv/include/
H A Duv.h1004 UV_INHERIT_STREAM = 0x04, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h932 UV_INHERIT_STREAM = 0x04, enumerator
/third_party/node/deps/uv/include/
H A Duv.h946 UV_INHERIT_STREAM = 0x04, enumerator

Completed in 19 milliseconds