Searched defs:all_parts (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-mail-binary.c | 485 struct message_part *all_parts, *msg_part; local 491 if (mail_get_parts(_mail, &all_parts) < 0) 497 if (index_mail_read_binary_to_cache(_mail, all_parts, TRUE, 513 msg_part = msg_part_find(all_parts, bin_part->physical_pos);
|
/dovecot/src/lib-imap-storage/ |
H A D | imap-msgpart.c | 758 struct message_part *all_parts) 766 if (all_parts->context != NULL) { 772 all_parts, &error) < 0) { 811 struct message_part *all_parts, *part; local 827 if (mail_get_parts(mail, &all_parts) < 0) 829 if (all_parts->context == NULL) { 830 if (imap_msgpart_parse_bodystructure(mail, all_parts) < 0) 834 part = all_parts; 757 imap_msgpart_parse_bodystructure(struct mail *mail, struct message_part *all_parts) argument
|
Completed in 13 milliseconds