| /dovecot/src/lib-storage/index/cydir/ |
| H A D | cydir-sync.h | 9 struct mail_index_view *sync_view; member in struct:cydir_sync_context
|
| /dovecot/src/lib-storage/index/dbox-single/ |
| H A D | sdbox-sync.h | 22 struct mail_index_view *sync_view; member in struct:sdbox_sync_context
|
| /dovecot/src/lib-storage/index/raw/ |
| H A D | raw-sync.c | 12 struct mail_index_view *sync_view; local 32 &sync_view, &trans, sync_flags);
|
| /dovecot/src/lib-storage/index/dbox-multi/ |
| H A D | mdbox-sync.h | 18 struct mail_index_view *sync_view; member in struct:mdbox_sync_context
|
| H A D | mdbox-map-private.h | 52 struct mail_index_view *sync_view; member in struct:mdbox_map_atomic_context
|
| H A D | mdbox-deleted-storage.c | 159 struct mail_index_view *sync_view; local 191 &sync_view, &trans, sync_flags) < 0) {
|
| /dovecot/src/lib-storage/index/imapc/ |
| H A D | imapc-sync.h | 17 struct mail_index_view *sync_view; member in struct:imapc_sync_context
|
| H A D | imapc-storage.h | 100 struct mail_index_view *sync_view, *delayed_sync_view; member in struct:imapc_mailbox
|
| /dovecot/src/lib-storage/index/dbox-common/ |
| H A D | dbox-save.c | 200 struct mail_index_view *sync_view, 208 mail_index_get_header_ext(sync_view, ext_id, &data, &data_size); 199 dbox_save_update_header_flags(struct dbox_save_context *ctx, struct mail_index_view *sync_view, uint32_t ext_id, unsigned int flags_offset) argument
|
| /dovecot/src/lib-storage/index/ |
| H A D | index-sync-changes.c | 10 struct mail_index_view *sync_view; member in struct:index_sync_changes_context 20 struct mail_index_view *sync_view, 28 ctx->sync_view = sync_view; 129 (void)mail_index_lookup_seq_range(ctx->sync_view, 19 index_sync_changes_init(struct mail_index_sync_ctx *index_sync_ctx, struct mail_index_view *sync_view, struct mail_index_transaction *sync_trans, bool dirty_flag_updates) argument
|
| /dovecot/src/lib-storage/index/pop3c/ |
| H A D | pop3c-sync.c | 180 struct mail_index_view *sync_view, 198 hdr = mail_index_get_header(sync_view); 256 mail_index_lookup_uid(sync_view, lseq, 264 if (mail_index_lookup_seq_range(sync_view, hdr->first_recent_uid, 266 mailbox_recent_flags_set_seqs(&mbox->box, sync_view, seq1, seq2); 273 struct mail_index_view *sync_view, *trans_view; local 291 &sync_view, &sync_trans, sync_flags); 301 pop3c_sync_messages(mbox, sync_view, sync_trans, cache_view); 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
|
| /dovecot/src/lib-index/ |
| H A D | mail-index-sync.c | 409 struct mail_index_view *sync_view; local 439 sync_view = mail_index_dummy_view_open(index); 440 ctx->sync_trans = mail_index_transaction_begin(sync_view, 442 mail_index_view_close(&sync_view);
|
| /dovecot/src/lib-storage/index/mbox/ |
| H A D | mbox-sync-private.h | 113 struct mail_index_view *sync_view; member in struct:mbox_sync_context
|
| H A D | mbox-sync.c | 213 mail_index_view_get_messages_count(sync_ctx->sync_view); 215 rec = mail_index_lookup(sync_ctx->sync_view, sync_ctx->idx_seq); 262 mail_index_view_get_messages_count(sync_ctx->sync_view); 264 rec = mail_index_lookup(sync_ctx->sync_view, sync_ctx->idx_seq); 265 mail_index_lookup_ext(sync_ctx->sync_view, 291 mail_index_lookup_ext(sync_ctx->sync_view, sync_ctx->idx_seq, 326 mail_index_lookup_ext(sync_ctx->sync_view, sync_ctx->idx_seq, 358 mail_index_lookup_keywords(sync_ctx->sync_view, sync_ctx->idx_seq, 462 mail_index_lookup_keywords(sync_ctx->sync_view, 846 ret = mbox_file_seek(mbox, sync_ctx->sync_view, se 894 struct mail_index_view *sync_view = sync_ctx->sync_view; local 1799 struct mail_index_view *sync_view; local [all...] |
| /dovecot/src/plugins/virtual/ |
| H A D | virtual-sync.c | 31 struct mail_index_view *sync_view; member in struct:virtual_sync_context 331 mail_index_get_header_ext(ctx->sync_view, ctx->mbox->virtual_ext_id, 377 if (!mail_index_lookup_seq_range(ctx->sync_view, 385 mail_index_lookup_ext(ctx->sync_view, vseq, virtual_ext_id, 467 hdr = mail_index_get_header(ctx->sync_view); 578 if (mail_index_lookup_seq(ctx->sync_view, 663 !mail_index_lookup_seq(ctx->sync_view, 718 mail_index_lookup_uid(ctx->sync_view, vseq, &vuid); 771 messages = mail_index_view_get_messages_count(ctx->sync_view); 773 mail_index_lookup_ext(ctx->sync_view, vse [all...] |