Searched refs:cache_view (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-sync.c140 struct mail_cache_view *cache_view,
150 if (mail_cache_lookup_field(cache_view, str, seq,
182 struct mail_cache_view *cache_view)
209 cache_view, cache_idx);
222 cache_trans = mail_cache_get_transaction(cache_view, sync_trans);
276 struct mail_cache_view *cache_view = NULL; local
300 cache_view = mail_cache_view_open(mbox->box.cache, trans_view);
301 pop3c_sync_messages(mbox, sync_view, sync_trans, cache_view);
333 if (cache_view != NULL) {
334 mail_cache_view_close(&cache_view);
138 pop3c_get_local_msgs(pool_t pool, ARRAY_TYPE(pop3c_sync_msg) *local_msgs, uint32_t messages_count, struct mail_cache_view *cache_view, unsigned int cache_idx) argument
179 pop3c_sync_messages(struct pop3c_mailbox *mbox, struct mail_index_view *sync_view, struct mail_index_transaction *sync_trans, struct mail_cache_view *cache_view) argument
[all...]
/dovecot/src/lib-storage/index/
H A Dindex-transaction.c15 mail_cache_view_close(&t->cache_view);
169 t->cache_view = mail_cache_view_open(box->cache, t->view);
170 t->cache_trans = mail_cache_get_transaction(t->cache_view, t->itrans);
173 mail_cache_view_update_cache_decisions(t->cache_view, FALSE);
H A Dindex-status.c14 struct mail_cache_view *cache_view; local
21 cache_view = mail_cache_view_open(box->cache, box->view);
24 if (mail_cache_field_exists_any(cache_view, seq)) {
29 mail_cache_view_close(&cache_view);
H A Dindex-mail.c82 ret = mail_cache_lookup_field(mail->mail.mail.transaction->cache_view,
700 mail_cache_field_exists(_mail->transaction->cache_view, _mail->seq,
750 mail_cache_field_exists(_mail->transaction->cache_view,
786 mail_cache_field_exists(_mail->transaction->cache_view,
1745 if (mail_cache_field_exists(_mail->transaction->cache_view,
1755 mail_cache_field_exists(_mail->transaction->cache_view,
1767 struct mail_cache_view *cache_view = _mail->transaction->cache_view; local
1801 if (mail_cache_field_exists(cache_view, _mail->seq,
1823 if (mail_cache_field_exists(cache_view, _mai
[all...]
H A Dindex-mail-headers.c640 if (mail_cache_lookup_headers(_mail->transaction->cache_view, dest,
901 if (mail_cache_lookup_headers(_mail->transaction->cache_view, dest,
917 if (mail_cache_field_exists(_mail->transaction->cache_view,
H A Dindex-storage.c974 } else if (mail_cache_lookup_field(src_mail->transaction->cache_view, buf,
/dovecot/src/lib-index/
H A Dmail-cache.h149 void mail_cache_set_seq_corrupted_reason(struct mail_cache_view *cache_view,
H A Dmail-cache-compress.c171 struct mail_cache_view *cache_view; local
187 cache_view = mail_cache_view_open(cache, view);
271 mail_cache_lookup_iter_init(cache_view, seq, &iter);
305 mail_cache_view_close(&cache_view);
H A Dmail-cache.c55 void mail_cache_set_seq_corrupted_reason(struct mail_cache_view *cache_view, argument
59 struct mail_cache *cache = cache_view->cache;
60 struct mail_index_view *view = cache_view->view;
/dovecot/src/doveadm/
H A Ddoveadm-dump-index.c522 static void dump_cache(struct mail_cache_view *cache_view, unsigned int seq) argument
534 mail_cache_lookup_iter_init(cache_view, seq, &iter);
543 field = &cache_view->cache->fields[iter_field.field_idx].field;
757 struct mail_cache_view *cache_view; local
770 cache_view = mail_cache_view_open(index->cache, view);
787 dump_cache(cache_view, seq);
792 mail_cache_view_close(&cache_view);
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.c348 if (mail_cache_field_exists(_mail->transaction->cache_view,
510 if (mail_cache_lookup_field(_mail->transaction->cache_view,
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-mail.c178 if (mail_cache_lookup_field(imail->mail.mail.transaction->cache_view,
/dovecot/src/lib-storage/
H A Dmail-storage-private.h606 struct mail_cache_view *cache_view; member in struct:mailbox_transaction_context
H A Dmail-storage.c2953 struct mail_cache_view *cache_view = local
2954 mail->transaction->cache_view;
2956 i_assert(cache_view != NULL);
2962 mail_cache_set_seq_corrupted_reason(cache_view, mail->seq,
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c587 (void)mail_cache_lookup_field(mail->transaction->cache_view,

Completed in 40 milliseconds