Lines Matching refs:ups
511 const struct mail_transaction_modseq_update *ups;
527 ups = array_get(&t->modseq_updates, &count);
529 test_assert(ups[0].uid == 4 &&
530 ups[0].modseq_high32 == 0x8234fefa &&
531 ups[0].modseq_low32 == 0x02747429);
532 test_assert(ups[1].uid == 6 &&
533 ups[1].modseq_high32 == 0x12345678 &&
534 ups[1].modseq_low32 == 0x90abcdef);
535 test_assert(ups[2].uid == 2 &&
536 ups[2].modseq_high32 == 0 &&
537 ups[2].modseq_low32 == 0xfeed);
538 test_assert(ups[3].uid == 4 &&
539 ups[3].modseq_high32 == 0 &&
540 ups[3].modseq_low32 == 2);