Home
last modified time | relevance | path

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

/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()
/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()
/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()
/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()
/libuv/docs/code/multi-echo-server/
H A Dmain.c81 child_stdio[1].flags = UV_IGNORE; in setup_workers()
/libuv/src/unix/
H A Dprocess.c191 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()
194 case UV_IGNORE: in uv__process_init_stdio()
/libuv/docs/src/
H A Dprocess.rst129 UV_IGNORE = 0x00,
/libuv/docs/src/guide/
H A Dprocesses.rst201 where flags can have several values. Use ``UV_IGNORE`` if it isn't going to be
202 used. If the first three ``stdio`` fields are marked as ``UV_IGNORE`` they'll
/libuv/include/
H A Duv.h986 UV_IGNORE = 0x00, enumerator

Completed in 37 milliseconds