Lines Matching refs:seq_pvt
18 uint32_t seq_shared, seq_pvt, count_shared, count_pvt;
23 seq_shared = seq_pvt = 1;
24 while (seq_pvt <= count_pvt && seq_shared <= count_shared) {
25 mail_index_lookup_uid(ctx->view_pvt, seq_pvt, &uid_pvt);
28 seq_pvt++;
32 mail_index_expunge(ctx->trans_pvt, seq_pvt);
33 seq_pvt++;
70 uint32_t seq_shared, uint32_t seq_pvt)
75 mail_index_update_flags(ctx->trans_pvt, seq_pvt, MODIFY_ADD,
156 uint32_t seq_shared, seq_pvt, seq_old_pvt, seq2, count_shared, uid;
215 mail_index_append(ctx->trans_pvt, uid, &seq_pvt);
220 seq_old_pvt, seq_pvt);
222 sync_pvt_copy_shared_flags(ctx, seq_shared, seq_pvt);
229 mail_index_update_flags(ctx->trans_pvt, seq_pvt,