Lines Matching defs:cache_file_seq
39 uint32_t cache_file_seq;
124 ctx->cache_file_seq = MAIL_CACHE_IS_UNUSABLE(ctx->cache) ? 0 :
127 ctx->cache_file_seq);
275 if (ctx->cache_file_seq == 0) {
278 ctx->cache_file_seq = cache->hdr->file_seq;
279 } else if (ctx->cache_file_seq != cache->hdr->file_seq) {
298 ctx->cache_file_seq != ctx->cache->hdr->file_seq)) {
334 ctx->cache_file_seq);
383 reset_id == ctx->cache_file_seq)
725 if (ctx->cache_file_seq == 0) {
728 ctx->cache_file_seq = ctx->cache->hdr->file_seq;
730 ctx->cache_file_seq != ctx->cache->hdr->file_seq) {
744 if (ctx->cache_file_seq == 0) {
746 ctx->cache_file_seq = 1;
748 ctx->cache_file_seq = ctx->cache->hdr->file_seq;
754 i_assert(ctx->cache_file_seq != 0);