/dovecot/src/lib-storage/index/pop3c/ |
H A D | pop3c-sync.c | 140 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 D | index-transaction.c | 15 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 D | index-status.c | 14 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 D | index-mail.c | 82 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 D | index-mail-headers.c | 640 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 D | index-storage.c | 974 } else if (mail_cache_lookup_field(src_mail->transaction->cache_view, buf,
|
/dovecot/src/lib-index/ |
H A D | mail-cache.h | 149 void mail_cache_set_seq_corrupted_reason(struct mail_cache_view *cache_view,
|
H A D | mail-cache-compress.c | 171 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 D | mail-cache.c | 55 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 D | doveadm-dump-index.c | 522 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 D | imapc-mail.c | 348 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 D | dbox-mail.c | 178 if (mail_cache_lookup_field(imail->mail.mail.transaction->cache_view,
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 606 struct mail_cache_view *cache_view; member in struct:mailbox_transaction_context
|
H A D | mail-storage.c | 2953 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 D | pop3-migration-plugin.c | 587 (void)mail_cache_lookup_field(mail->transaction->cache_view,
|