Searched defs:index_sync_changes_context (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-sync-changes.c8 struct index_sync_changes_context { struct
18 struct index_sync_changes_context *
24 struct index_sync_changes_context *ctx;
26 ctx = i_new(struct index_sync_changes_context, 1);
35 void index_sync_changes_deinit(struct index_sync_changes_context **_ctx)
37 struct index_sync_changes_context *ctx = *_ctx;
44 void index_sync_changes_reset(struct index_sync_changes_context *ctx)
50 void index_sync_changes_delete_to(struct index_sync_changes_context *ctx,
72 index_sync_changes_have_expunges(struct index_sync_changes_context *ctx,
90 void index_sync_changes_read(struct index_sync_changes_context *ct
[all...]

Completed in 9 milliseconds