Searched refs:header_lines (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c47 array_sort(&mail->header_lines, header_line_cmp);
49 lines = array_get(&mail->header_lines, &count);
201 i_array_init(&mail->header_lines, 32);
207 array_clear(&mail->header_lines);
354 array_append(&mail->header_lines, &data->parse_line, 1);
599 lines = array_get(&mail->header_lines, &lines_count);
H A Dindex-mail.h144 ARRAY(struct index_mail_line) header_lines; member in struct:index_mail
H A Dindex-mail.c2077 if (array_is_created(&mail->header_lines))
2078 array_free(&mail->header_lines);

Completed in 20 milliseconds