Searched refs:post_hdr_mask (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-transaction-private.h64 unsigned char post_hdr_mask[sizeof(struct mail_index_header)]; member in struct:mail_index_transaction
H A Dmail-index-transaction.c110 if (t->post_hdr_mask[offset] != 0) {
H A Dmail-index-transaction-update.c90 memset(t->post_hdr_mask, 0, sizeof(t->post_hdr_mask));
722 t->post_hdr_mask[offset++] = 1;
H A Dmail-index-transaction-export.c63 mask = prepend ? t->pre_hdr_mask : t->post_hdr_mask;

Completed in 18 milliseconds