Searched defs:mu (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-transaction-export.c631 const struct mail_transaction_modseq_update *mu; local
635 array_foreach(&t->modseq_updates, mu) {
636 uint64_t modseq = ((uint64_t)mu->modseq_high32 << 32) |
637 mu->modseq_low32;

Completed in 8 milliseconds