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

/dovecot/src/lib-index/
H A Dmail-cache-sync-update.c7 struct mail_cache_sync_context { struct
24 static struct mail_cache_sync_context *mail_cache_handler_init(void **context)
26 struct mail_cache_sync_context *ctx;
31 *context = i_new(struct mail_cache_sync_context, 1);
38 struct mail_cache_sync_context *ctx)
54 struct mail_cache_sync_context *ctx = *sync_context;

Completed in 10 milliseconds