Searched refs:UV_IGNORE (Results 1 – 10 of 10) sorted by relevance
32 child_stdio[0].flags = UV_IGNORE; in main()33 child_stdio[1].flags = UV_IGNORE; in main()
31 child_stdio[0].flags = UV_IGNORE; in invoke_cgi_script()34 child_stdio[2].flags = UV_IGNORE; in invoke_cgi_script()
205 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()
292 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 …]
121 options.stdio[0].flags = UV_IGNORE; in spawn()
81 child_stdio[1].flags = UV_IGNORE; in setup_workers()
192 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM; in uv__process_init_stdio()195 case UV_IGNORE: in uv__process_init_stdio()
129 UV_IGNORE = 0x00,
201 where flags can have several values. Use ``UV_IGNORE`` if it isn't going to be202 used. If the first three ``stdio`` fields are marked as ``UV_IGNORE`` they'll
1015 UV_IGNORE = 0x00, enumerator
Completed in 22 milliseconds