Lines Matching defs:hdr_shared
97 const struct mail_index_header *hdr_shared, *hdr_pvt;
102 hdr_shared = mail_index_get_header(ctx->view_shared);
103 if (hdr_shared->uid_validity == 0 && !force) {
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;
167 hdr_shared = mail_index_get_header(ctx->view_shared);
169 if (hdr_shared->uid_validity == hdr_pvt->uid_validity) {
186 hdr_shared->uid_validity);
197 hdr_shared->next_uid,
207 &hdr_shared->uid_validity,
208 sizeof(hdr_shared->uid_validity), TRUE);
236 if (uid < hdr_shared->next_uid) {
239 &hdr_shared->next_uid,
240 sizeof(hdr_shared->next_uid), FALSE);