Lines Matching defs:ups
170 const struct mail_transaction_modseq_update *ups;
194 ups = array_get(&t->modseq_updates, &count);
197 test_assert(ups[0].uid == 1*2);
198 test_assert(ups[0].modseq_low32 == 1234567890 &&
199 ups[0].modseq_high32 == 987654321);
200 test_assert(ups[1].uid == 2*2);
201 test_assert(ups[1].modseq_low32 == 1234567891 &&
202 ups[1].modseq_high32 == 987654322);
203 test_assert(ups[2].uid == 5*2);
204 test_assert(ups[2].modseq_low32 == 1234567892 &&
205 ups[2].modseq_high32 == 987654323);
206 test_assert(ups[3].uid == 2*2);
207 test_assert(ups[3].modseq_low32 == 1234 &&
208 ups[3].modseq_high32 == 0);