Home
last modified time | relevance | path

Searched refs:UV_IGNORE (Results 1 - 14 of 14) sorted by relevance

/third_party/libuv/docs/code/proc-streams/
H A Dmain.c32 child_stdio[0].flags = UV_IGNORE; in main()
33 child_stdio[1].flags = UV_IGNORE; in main()
/third_party/libuv/docs/code/cgi/
H A Dmain.c31 child_stdio[0].flags = UV_IGNORE; in invoke_cgi_script()
34 child_stdio[2].flags = UV_IGNORE; in invoke_cgi_script()
/third_party/libuv/src/win/
H A Dprocess-stdio.c205 fdopt.flags = UV_IGNORE; in uv__stdio_create()
208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | in uv__stdio_create()
210 case UV_IGNORE: in uv__stdio_create()
/third_party/node/deps/uv/src/win/
H A Dprocess-stdio.c205 fdopt.flags = UV_IGNORE; in uv__stdio_create()
208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | in uv__stdio_create()
210 case UV_IGNORE: in uv__stdio_create()
/third_party/libuv/test/
H A Dtest-spawn.c292 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
336 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
390 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
452 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
529 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
635 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
636 options.stdio[1].flags = UV_IGNORE; in TEST_IMPL()
637 options.stdio[2].flags = UV_IGNORE; in TEST_IMPL()
795 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
1106 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
[all...]
H A Dbenchmark-spawn.c121 options.stdio[0].flags = UV_IGNORE; in spawn()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c81 child_stdio[1].flags = UV_IGNORE; in setup_workers()
/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()
172 case UV_IGNORE: in uv__process_init_stdio()
319 /* Redirect stdin, stdout and stderr to /dev/null even if UV_IGNORE is in uv__process_child_init()
/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()
198 case UV_IGNORE: in uv__process_init_stdio()
340 /* Redirect stdin, stdout and stderr to /dev/null even if UV_IGNORE is in uv__process_child_init()
/third_party/node/src/
H A Dprocess_wrap.cc121 options->stdio[i].flags = UV_IGNORE; in ParseStdioOptions()
H A Dspawn_sync.cc943 uv_stdio_containers_[child_fd].flags = UV_IGNORE; in AddStdioIgnore()
/third_party/libuv/include/
H A Duv.h1001 UV_IGNORE = 0x00, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h929 UV_IGNORE = 0x00, enumerator
/third_party/node/deps/uv/include/
H A Duv.h943 UV_IGNORE = 0x00, enumerator

Completed in 30 milliseconds