Searched refs:maildir_keywords_sync_ctx (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-keywords.h | 8 struct maildir_keywords_sync_ctx; 19 struct maildir_keywords_sync_ctx * 23 struct maildir_keywords_sync_ctx * 26 void maildir_keywords_sync_deinit(struct maildir_keywords_sync_ctx **ctx); 29 unsigned int maildir_keywords_char_idx(struct maildir_keywords_sync_ctx *ctx, 33 char maildir_keywords_idx_char(struct maildir_keywords_sync_ctx *ctx,
|
H A D | maildir-filename-flags.h | 4 void maildir_filename_flags_get(struct maildir_keywords_sync_ctx *ctx, 9 const char *maildir_filename_flags_kw_set(struct maildir_keywords_sync_ctx *ctx,
|
H A D | maildir-filename.h | 4 struct maildir_keywords_sync_ctx;
|
H A D | maildir-sync.h | 19 struct maildir_keywords_sync_ctx; 39 struct maildir_keywords_sync_ctx *
|
H A D | maildir-filename-flags.c | 11 void maildir_filename_flags_get(struct maildir_keywords_sync_ctx *ctx, 71 maildir_filename_append_keywords(struct maildir_keywords_sync_ctx *ctx, 92 maildir_filename_flags_full_set(struct maildir_keywords_sync_ctx *ctx, 180 const char *maildir_filename_flags_kw_set(struct maildir_keywords_sync_ctx *ctx,
|
H A D | maildir-keywords.c | 43 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...] |
H A D | maildir-util.c | 33 struct maildir_keywords_sync_ctx *kw_ctx;
|
H A D | maildir-sync-index.c | 23 struct maildir_keywords_sync_ctx *keywords_sync_ctx; 38 struct maildir_keywords_sync_ctx *
|
H A D | maildir-save.c | 50 struct maildir_keywords_sync_ctx *keywords_sync_ctx;
|
Completed in 900 milliseconds