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

/dovecot/src/lib-index/
H A Dmail-transaction-log-view.c531 enum mail_transaction_type rec_type,
539 "Invalid record size (type=0x%x)", rec_type);
543 "No UID ranges (type=0x%x)", rec_type);
552 rec->seq1, rec->seq2, rec_type);
557 "Non-sorted UID ranges (type=0x%x)", rec_type);
569 enum mail_transaction_type rec_type; local
574 rec_type = hdr->type & MAIL_TRANSACTION_TYPE_MASK;
579 if (rec_type != (MAIL_TRANSACTION_EXPUNGE |
585 rec_type &= ~MAIL_TRANSACTION_EXPUNGE_PROT;
588 if (rec_type !
530 log_view_is_uid_range_valid(struct mail_transaction_log_file *file, enum mail_transaction_type rec_type, const ARRAY_TYPE(seq_range) *uids) argument
749 enum mail_transaction_type rec_type; local
[all...]

Completed in 15 milliseconds