Lines Matching defs:attachment_istream
50 struct attachment_istream {
64 static void stream_add_data(struct attachment_istream *astream,
73 static void parse_content_type(struct attachment_istream *astream,
93 parse_content_disposition(struct attachment_istream *astream,
102 static void astream_parse_header(struct attachment_istream *astream,
128 static bool astream_want_attachment(struct attachment_istream *astream,
272 static int astream_open_output(struct attachment_istream *astream)
288 static void astream_add_body(struct attachment_istream *astream,
339 static int astream_decode_base64(struct attachment_istream *astream,
443 astream_part_finish(struct attachment_istream *astream, const char **error_r)
535 static void astream_part_reset(struct attachment_istream *astream)
552 astream_end_of_part(struct attachment_istream *astream, const char **error_r)
588 static int astream_read_next(struct attachment_istream *astream, bool *retry_r)
657 struct attachment_istream *astream =
658 (struct attachment_istream *)stream;
673 struct attachment_istream *astream =
674 (struct attachment_istream *)stream;
691 struct attachment_istream *astream;
698 astream = i_new(struct attachment_istream, 1);
726 struct attachment_istream *astream =
727 (struct attachment_istream *)input->real_stream;