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

/dovecot/src/doveadm/dsync/
H A Ddsync-mail.c23 struct istream *hdr_input, *input; local
34 ret = mail_get_header_stream(mail, hdr_ctx, &hdr_input);
39 input = i_stream_create_lf(hdr_input);
/dovecot/src/lib-mail/
H A Dmessage-parser.c1011 struct istream *hdr_input; local
1023 hdr_input = i_stream_create_limit(ctx->input, ctx->part->header_size.physical_size);
1025 message_parse_header_init(hdr_input, NULL, ctx->hdr_flags);
1026 i_stream_unref(&hdr_input);

Completed in 150 milliseconds