Searched defs:child_extra_fds (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-program-client/
H A Dprogram-client-local.c153 int *parent_extra_fds = NULL, *child_extra_fds = NULL; local
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,
[all...]

Completed in 13 milliseconds