Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/proc-streams/
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/
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/
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/
Dtest-spawn.c289 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
333 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
387 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
449 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
526 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
632 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
633 options.stdio[1].flags = UV_IGNORE; in TEST_IMPL()
634 options.stdio[2].flags = UV_IGNORE; in TEST_IMPL()
792 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
1103 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL()
[all …]
Dbenchmark-spawn.c121 options.stdio[0].flags = UV_IGNORE; in spawn()
/third_party/libuv/docs/code/multi-echo-server/
Dmain.c81 child_stdio[1].flags = UV_IGNORE; in setup_workers()
/third_party/libuv/src/unix/
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()
/third_party/node/src/
Dprocess_wrap.cc118 options->stdio[i].flags = UV_IGNORE; in ParseStdioOptions()
Dspawn_sync.cc942 uv_stdio_containers_[child_fd].flags = UV_IGNORE; in AddStdioIgnore()
/third_party/libuv/docs/src/
Dprocess.rst122 UV_IGNORE = 0x00,
/third_party/libuv/docs/src/guide/
Dprocesses.rst198 where flags can have several values. Use ``UV_IGNORE`` if it isn't going to be
199 used. If the first three ``stdio`` fields are marked as ``UV_IGNORE`` they'll
/third_party/libuv/include/
Duv.h943 UV_IGNORE = 0x00, enumerator