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

/dovecot/src/auth/
H A Dmech-winbind.c100 int infd[2], outfd[2]; local
110 if (pipe(outfd) < 0) {
119 i_close_fd(&outfd[0]); i_close_fd(&outfd[1]);
128 i_close_fd(&outfd[1]);
130 if (dup2(outfd[0], STDIN_FILENO) < 0 ||
142 i_close_fd(&outfd[0]);
148 o_stream_create_fd_autoclose(&outfd[1], (size_t)-1);
/dovecot/src/lib-mail/
H A Distream-attachment-extractor.c349 int outfd; local
368 outfd = astream->set.open_temp_fd(astream->context);
369 if (outfd == -1)
375 output = o_stream_create_fd_file(outfd, 0, FALSE);
431 i_close_fd(&outfd);
438 part->temp_fd = outfd;

Completed in 35 milliseconds