Searched defs:extra_fds (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-program-client/ |
H A D | program-client-local.c | 51 int in_fd, int out_fd, int *extra_fds, bool drop_stderr) 80 if (extra_fds != NULL) { 82 for(efd = extra_fds; *efd != -1; efd += 2) { 92 for(efd = extra_fds; *efd != -1; efd += 2) { 171 if (array_is_created(&pclient->extra_fds)) { 174 efds = array_get_modifiable(&pclient->extra_fds, &xfd_count); 49 exec_child(const char *bin_path, const char *const *args, ARRAY_TYPE(const_string) *envs, int in_fd, int out_fd, int *extra_fds, bool drop_stderr) argument
|
H A D | program-client-private.h | 52 ARRAY(struct program_client_extra_fd) extra_fds; member in struct:program_client
|
Completed in 7 milliseconds