Lines Matching defs:child_extra_fds
153 int *parent_extra_fds = NULL, *child_extra_fds = NULL;
178 child_extra_fds = t_new(int, xfd_count * 2 + 1);
186 child_extra_fds[i * 2 + 0] = extra_fd[1];
187 child_extra_fds[i * 2 + 1] = efds[i].child_fd;
189 child_extra_fds[xfd_count * 2] = -1;
211 if (close(child_extra_fds[i * 2]) < 0) {
213 child_extra_fds[i * 2 + 1]);
217 child_extra_fds[i * 2 + 1]);
232 child_extra_fds[i * 2 + 1]);
243 fd_in[0], fd_out[1], child_extra_fds,
262 if (close(child_extra_fds[i * 2]) < 0) {
264 child_extra_fds[i * 2 + 1]);