Searched refs:UV_INHERIT_STREAM (Results 1 – 7 of 7) sorted by relevance
32 child_stdio[1].flags = UV_INHERIT_STREAM; in invoke_cgi_script()
209 UV_INHERIT_STREAM)) { in uv__stdio_create()306 case UV_INHERIT_STREAM: { in uv__stdio_create()
192 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()
150 UV_INHERIT_STREAM = 0x04,
1924 child_stdio[0].flags = UV_INHERIT_STREAM; in TEST_IMPL()1927 child_stdio[1].flags = UV_INHERIT_STREAM; in TEST_IMPL()
219 to ``UV_INHERIT_STREAM`` and setting ``data.stream`` to the stream in the
1018 UV_INHERIT_STREAM = 0x04, enumerator
Completed in 27 milliseconds