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

/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail-fetch.c605 struct istream *hdr_stream = NULL; local
618 hdr_stream = imail->data.stream;
619 i_stream_ref(hdr_stream);
626 hdr_stream = i_stream_create_fd_autoclose(&mail->fd, 0);
640 i_stream_unref(&hdr_stream);
645 i_stream_unref(&hdr_stream);
657 i_stream_unref(&hdr_stream);
663 } else if (!have_header && hdr_stream != NULL) {
666 i_stream_unref(&hdr_stream);
678 if (hdr_stream !
[all...]

Completed in 24 milliseconds