Searched defs:sync_trans (Results 1 - 5 of 5) sorted by relevance
| /dovecot/src/lib-storage/index/dbox-multi/ |
| H A D | mdbox-map-private.h | 50 struct mail_index_transaction *sync_trans; member in struct:mdbox_map_atomic_context
|
| /dovecot/src/lib-storage/index/ |
| H A D | index-sync-changes.c | 11 struct mail_index_transaction *sync_trans; member in struct:index_sync_changes_context 21 struct mail_index_transaction *sync_trans, 29 ctx->sync_trans = sync_trans; 138 mail_index_update_flags_range(ctx->sync_trans, 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 | 181 struct mail_index_transaction *sync_trans, 201 mail_index_update_header(sync_trans, 222 cache_trans = mail_cache_get_transaction(cache_view, sync_trans); 242 mail_index_expunge(sync_trans, lseq); 248 mail_index_append(sync_trans, next_uid++, &lseq); 274 struct mail_index_transaction *sync_trans; local 291 &sync_view, &sync_trans, sync_flags); 299 trans_view = mail_index_transaction_open_updated_view(sync_trans); 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/plugins/replication/ |
| H A D | replication-plugin.c | 39 bool sync_trans; member in struct:replication_mail_txn_context 225 ctx->sync_trans = TRUE; 273 if (ruser != NULL && !ctx->sync_trans &&
|
| /dovecot/src/lib-index/ |
| H A D | mail-index-sync.c | 16 struct mail_index_transaction *sync_trans, *ext_trans; member in struct:mail_index_sync_ctx 40 mail_index_expunge(ctx->sync_trans, uid); 50 mail_index_expunge_guid(ctx->sync_trans, e[i].uid, 62 mail_index_update_flags_range(ctx->sync_trans, 68 mail_index_update_flags_range(ctx->sync_trans, 100 mail_index_update_keywords(ctx->sync_trans, uid, 118 mail_index_update_keywords(ctx->sync_trans, uid, 163 mail_index_update_flags(ctx->sync_trans, rec->uid, 171 struct mail_index_transaction *sync_trans = ctx->sync_trans; local 653 struct mail_index_transaction *sync_trans = ctx->sync_trans; local [all...] |
Completed in 50 milliseconds