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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c43 struct maildir_keywords_sync_ctx { struct
408 struct maildir_keywords_sync_ctx *
412 struct maildir_keywords_sync_ctx *ctx;
414 ctx = i_new(struct maildir_keywords_sync_ctx, 1);
422 struct maildir_keywords_sync_ctx *
426 struct maildir_keywords_sync_ctx *ctx;
433 void maildir_keywords_sync_deinit(struct maildir_keywords_sync_ctx **_ctx)
435 struct maildir_keywords_sync_ctx *ctx = *_ctx;
447 unsigned int maildir_keywords_char_idx(struct maildir_keywords_sync_ctx *ctx,
478 char maildir_keywords_idx_char(struct maildir_keywords_sync_ctx *ct
[all...]

Completed in 10 milliseconds