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

/dovecot/src/lib-program-client/
H A Dprogram-client-local.c154 unsigned int xfd_count = 0, i; local
174 efds = array_get_modifiable(&pclient->extra_fds, &xfd_count);
175 if (xfd_count > 0) {
176 i_assert(xfd_count < INT_MAX);
177 parent_extra_fds = t_new(int, xfd_count);
178 child_extra_fds = t_new(int, xfd_count * 2 + 1);
179 for(i = 0; i < xfd_count; i++) {
189 child_extra_fds[xfd_count * 2] = -1;
210 for(i = 0; i < xfd_count; i++) {
229 for(i = 0; i < xfd_count;
[all...]

Completed in 10 milliseconds