Searched refs:stdio_count (Results 1 – 16 of 16) sorted by relevance
257 int stdio_count, in uv__process_child_init() argument293 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()298 pipes[fd][1] = fcntl(use_fd, F_DUPFD_CLOEXEC, stdio_count); in uv__process_child_init()300 pipes[fd][1] = fcntl(use_fd, F_DUPFD, stdio_count); in uv__process_child_init()311 for (fd = 0; fd < stdio_count; fd++) { in uv__process_child_init()347 if (close_fd >= stdio_count) in uv__process_child_init()515 int stdio_count, in uv__spawn_set_posix_spawn_file_actions() argument546 for (fd = 0; fd < stdio_count; fd++) { in uv__spawn_set_posix_spawn_file_actions()550 use_fd = stdio_count; in uv__spawn_set_posix_spawn_file_actions()551 for (fd2 = 0; fd2 < stdio_count; fd2++) { in uv__spawn_set_posix_spawn_file_actions()[all …]
292 options.stdio_count = 2; in TEST_IMPL()336 options.stdio_count = 2; in TEST_IMPL()392 options.stdio_count = 3; in TEST_IMPL()454 options.stdio_count = 3; in TEST_IMPL()531 options.stdio_count = 3; in TEST_IMPL()598 options.stdio_count = 2; in TEST_IMPL()637 options.stdio_count = 4; in TEST_IMPL()720 options.stdio_count = 4; in TEST_IMPL()742 options.stdio_count = 0; in TEST_IMPL()795 options.stdio_count = 2; in TEST_IMPL()[all …]
120 options.stdio_count = 2; in spawn()
140 options.stdio_count = 3; in test_stdio_over_pipes()
308 options.stdio_count = ARRAY_SIZE(stdio); in spawn_helper()
30 options.stdio_count = 3; in main()
176 count = options->stdio_count; in uv__stdio_create()202 if (i < options->stdio_count) { in uv__stdio_create()
1074 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()1077 if (i == options->stdio_count - 1) in uv_spawn()1146 for (i = 0; i < options->stdio_count; i++) { in uv_spawn()
29 options.stdio_count = 3; in invoke_cgi_script()
86 worker->options.stdio_count = 3; in setup_workers()
31 int stdio_count;201 .. c:member:: int uv_process_options_t.stdio_count
109 options->stdio_count = len; in ParseStdioOptions()
881 uv_process_options_.stdio_count = stdio_count_; in ParseStdioOptions()
183 ``uv_process_options_t``. First set the ``stdio_count`` field to the number of
1009 int stdio_count; member
995 int stdio_count; member