Searched refs:imap_sync_context (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/imap/
H A Dimap-sync.h11 struct imap_sync_context *
14 int imap_sync_deinit(struct imap_sync_context *ctx,
16 int imap_sync_more(struct imap_sync_context *ctx);
H A Dimap-sync-private.h15 struct imap_sync_context { struct
H A Dimap-sync.c54 imap_sync_send_fetch_to_search_update(struct imap_sync_context *ctx,
89 imap_sync_send_search_update(struct imap_sync_context *ctx,
142 imap_sync_send_search_updates(struct imap_sync_context *ctx, bool removes_only)
169 struct imap_sync_context *
173 struct imap_sync_context *ctx;
182 ctx = i_new(struct imap_sync_context, 1);
215 imap_sync_send_highestmodseq(struct imap_sync_context *ctx,
260 static int imap_sync_finish(struct imap_sync_context *ctx, bool aborting)
318 static int imap_sync_notify_more(struct imap_sync_context *ctx)
340 int imap_sync_deinit(struct imap_sync_context *ct
[all...]
H A Dcmd-idle.c16 struct imap_sync_context *sync_ctx;
H A Dimap-client.h140 int (*sync_notify_more)(struct imap_sync_context *ctx);
H A Dimap-client.c650 client_default_sync_notify_more(struct imap_sync_context *ctx ATTR_UNUSED)

Completed in 20 milliseconds