Searched refs:MAIL_CACHE_IS_UNUSABLE (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-cache-decisions.c137 if (MAIL_CACHE_IS_UNUSABLE(cache) || view->no_decision_updates)
162 MAIL_CACHE_IS_UNUSABLE(src))
H A Dmail-cache-transaction.c124 ctx->cache_file_seq = MAIL_CACHE_IS_UNUSABLE(ctx->cache) ? 0 :
181 MAIL_CACHE_IS_UNUSABLE(cache) ? 0 : cache->hdr->file_seq;
214 if (MAIL_CACHE_IS_UNUSABLE(cache))
265 if (!ctx->tried_compression && MAIL_CACHE_IS_UNUSABLE(cache)) {
273 i_assert(!MAIL_CACHE_IS_UNUSABLE(cache));
297 (MAIL_CACHE_IS_UNUSABLE(ctx->cache) ||
658 if (MAIL_CACHE_IS_UNUSABLE(cache))
727 if (!MAIL_CACHE_IS_UNUSABLE(ctx->cache))
729 } else if (!MAIL_CACHE_IS_UNUSABLE(ctx->cache) &&
736 if (MAIL_CACHE_IS_UNUSABLE(ct
[all...]
H A Dmail-cache.c160 if (MAIL_CACHE_IS_UNUSABLE(cache)) {
230 i_assert(!MAIL_CACHE_IS_UNUSABLE(cache));
345 !MAIL_CACHE_IS_UNUSABLE(cache) &&
666 if (MAIL_CACHE_IS_UNUSABLE(cache) ||
674 i_assert(!MAIL_CACHE_IS_UNUSABLE(cache));
745 if (MAIL_CACHE_IS_UNUSABLE(cache)) {
821 return !MAIL_CACHE_IS_UNUSABLE(cache);
H A Dmail-cache-lookup.c151 if (!MAIL_CACHE_IS_UNUSABLE(view->cache)) {
202 if (MAIL_CACHE_IS_UNUSABLE(view->cache) || ctx->stop)
653 if (MAIL_CACHE_IS_UNUSABLE(view->cache))
H A Dmail-cache-private.h14 #define MAIL_CACHE_IS_UNUSABLE(cache) \ macro
H A Dmail-cache-compress.c525 if (!MAIL_CACHE_IS_UNUSABLE(cache)) {
H A Dmail-cache-fields.c221 if (MAIL_CACHE_IS_UNUSABLE(cache)) {
/dovecot/src/doveadm/
H A Ddoveadm-dump-index.c435 if (MAIL_CACHE_IS_UNUSABLE(cache)) {

Completed in 21 milliseconds