Searched refs:UV_IGNORE (Results 1 – 12 of 12) 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()
289 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 …]
121 options.stdio[0].flags = UV_IGNORE; in spawn()
81 child_stdio[1].flags = UV_IGNORE; in setup_workers()
169 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()
118 options->stdio[i].flags = UV_IGNORE; in ParseStdioOptions()
942 uv_stdio_containers_[child_fd].flags = UV_IGNORE; in AddStdioIgnore()
122 UV_IGNORE = 0x00,
198 where flags can have several values. Use ``UV_IGNORE`` if it isn't going to be199 used. If the first three ``stdio`` fields are marked as ``UV_IGNORE`` they'll
943 UV_IGNORE = 0x00, enumerator