Searched refs:seq_pvt (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-sync-pvt.c | 18 uint32_t seq_shared, seq_pvt, count_shared, count_pvt; local 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_pv local 69 sync_pvt_copy_shared_flags(struct index_mailbox_sync_pvt_context *ctx, uint32_t seq_shared, uint32_t seq_pvt) argument [all...] |
H A D | index-mail.c | 198 if (mail->seq_pvt != 0) 212 &mail->seq_pvt)) 213 mail->seq_pvt = 0; 214 return mail->seq_pvt != 0; 235 mail->seq_pvt); 1683 mail->mail.seq_pvt = 0; 2158 rec = mail_index_lookup(_mail->transaction->view_pvt, mail->seq_pvt); 2188 mail->seq_pvt,
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 545 uint32_t seq_pvt; member in struct:mail_private
|
Completed in 199 milliseconds