Lines Matching defs:hdr_stream
605 struct istream *hdr_stream = NULL;
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 != NULL) {
681 inputs[0] = hdr_stream;