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

/dovecot/src/lib-index/
H A Dmail-cache-transaction.c39 uint32_t cache_file_seq; member in struct:mail_cache_transaction_ctx
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
[all...]

Completed in 434 milliseconds