Searched refs:mail_index_modseq_sync (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-modseq.h43 struct mail_index_modseq_sync *
45 void mail_index_modseq_sync_end(struct mail_index_modseq_sync **ctx);
47 void mail_index_modseq_sync_map_replaced(struct mail_index_modseq_sync *ctx);
48 void mail_index_modseq_hdr_update(struct mail_index_modseq_sync *ctx);
49 void mail_index_modseq_append(struct mail_index_modseq_sync *ctx, uint32_t seq);
50 void mail_index_modseq_expunge(struct mail_index_modseq_sync *ctx,
52 void mail_index_modseq_update_flags(struct mail_index_modseq_sync *ctx,
55 void mail_index_modseq_update_keyword(struct mail_index_modseq_sync *ctx,
58 void mail_index_modseq_reset_keywords(struct mail_index_modseq_sync *ctx,
H A Dmail-index-modseq.c32 struct mail_index_modseq_sync { struct
286 mail_index_modseq_update(struct mail_index_modseq_sync *ctx,
310 mail_index_modseq_update_to_highest(struct mail_index_modseq_sync *ctx,
324 mail_index_modseq_update_old_rec(struct mail_index_modseq_sync *ctx,
388 static void mail_index_modseq_sync_init(struct mail_index_modseq_sync *ctx)
465 struct mail_index_modseq_sync *
468 struct mail_index_modseq_sync *ctx;
470 ctx = i_new(struct mail_index_modseq_sync, 1);
481 static void mail_index_modseq_update_header(struct mail_index_modseq_sync *ctx)
518 void mail_index_modseq_sync_end(struct mail_index_modseq_sync **_ct
[all...]
H A Dmail-index-sync-private.h28 struct mail_index_modseq_sync *modseq_ctx;
H A Dtest-mail-index-sync-ext.c28 void mail_index_modseq_hdr_update(struct mail_index_modseq_sync *ctx ATTR_UNUSED) {}

Completed in 14 milliseconds