Searched defs:hdr_pvt (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-sync-pvt.c97 const struct mail_index_header *hdr_shared, *hdr_pvt; local
108 hdr_pvt = mail_index_get_header(ctx->box->view_pvt);
109 if (hdr_pvt->next_uid == hdr_shared->next_uid &&
110 hdr_pvt->messages_count == hdr_shared->messages_count && !force) {
154 const struct mail_index_header *hdr_shared, *hdr_pvt; local
166 hdr_pvt = mail_index_get_header(ctx->view_pvt);
169 if (hdr_shared->uid_validity == hdr_pvt->uid_validity) {
177 } else if (hdr_pvt->uid_validity == 0 && hdr_pvt->next_uid <= 1) {
185 ctx->box->vname, hdr_pvt
[all...]

Completed in 21 milliseconds