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

/dovecot/src/lib-index/
H A Dtest-mail-index-transaction-finish.c179 u.modseq_low32 = 1234567890;
182 u.modseq_low32++;
185 u.modseq_low32++;
188 u.modseq_low32 = 1234;
198 test_assert(ups[0].modseq_low32 == 1234567890 &&
201 test_assert(ups[1].modseq_low32 == 1234567891 &&
204 test_assert(ups[2].modseq_low32 == 1234567892 &&
207 test_assert(ups[3].modseq_low32 == 1234 &&
H A Dtest-mail-transaction-log-file.c122 { .uid = 1, .modseq_low32 = 50, .modseq_high32 = 0 }
127 { .uid = 1, .modseq_low32 = 100, .modseq_high32 = 0 }
133 { .uid = 1, .modseq_low32 = 500, .modseq_high32 = 0 }
138 { .uid = 1, .modseq_low32 = 50, .modseq_high32 = 0 },
139 { .uid = 1, .modseq_low32 = 500, .modseq_high32 = 0 }
144 { .uid = 1, .modseq_low32 = 500, .modseq_high32 = 0 },
145 { .uid = 1, .modseq_low32 = 200, .modseq_high32 = 0 }
150 { .uid = 1, .modseq_low32 = 50, .modseq_high32 = 1 }
H A Dmail-transaction-log.h90 uint32_t modseq_low32; member in struct:mail_transaction_modseq_update
H A Dtest-mail-index-transaction-update.c531 ups[0].modseq_low32 == 0x02747429);
534 ups[1].modseq_low32 == 0x90abcdef);
537 ups[2].modseq_low32 == 0xfeed);
540 ups[3].modseq_low32 == 2);
H A Dmail-index-transaction-export.c637 mu->modseq_low32;
H A Dmail-index-sync-update.c359 u->modseq_low32;
H A Dmail-index-transaction-update.c261 u->modseq_low32 = min_modseq & 0xffffffff;
H A Dmail-transaction-log-file.c1089 rec->modseq_low32;
/dovecot/src/doveadm/
H A Ddoveadm-dump-log.c415 rec->modseq_low32);
/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c296 modseq = rec->modseq_low32 |

Completed in 34 milliseconds