Searched refs:hdr_copy (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-cache-sync-update.c14 cache->hdr_copy.deleted_record_count += count;
15 if (cache->hdr_copy.record_count >= count)
16 cache->hdr_copy.record_count -= count;
18 cache->hdr_copy.record_count = 0;
H A Dmail-cache.c271 cache->hdr_copy.record_count = msg_count;
722 cache->hdr_copy = *cache->hdr;
754 if (mail_cache_write(cache, &cache->hdr_copy,
755 sizeof(cache->hdr_copy), 0) < 0)
757 cache->hdr_ro_copy = cache->hdr_copy;
815 cache->hdr_copy.backwards_compat_used_file_size = *offset + size;
H A Dmail-cache-private.h118 /* hdr_copy gets updated when cache is locked and written when
120 struct mail_cache_header hdr_copy; member in struct:mail_cache
H A Dmail-cache-transaction.c149 ctx->cache->hdr_copy.deleted_record_count +=
398 ctx->cache->hdr_copy.continued_record_count++;
400 ctx->cache->hdr_copy.record_count++;
615 /* we're adding the first field. hdr_copy needs to be kept
617 cache->hdr_copy.field_header_offset = hdr_offset;

Completed in 991 milliseconds