Searched refs:strmap (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-strmap.c14 #include "mail-index-strmap.h"
30 struct mail_index_strmap *strmap; member in struct:mail_index_strmap_view
100 struct mail_index_strmap *strmap; local
104 strmap = i_new(struct mail_index_strmap, 1);
105 strmap->index = index;
106 strmap->path = i_strconcat(index->filepath, suffix, NULL);
107 strmap->fd = -1;
109 strmap->dotlock_settings = default_dotlock_settings;
110 strmap->dotlock_settings.use_excl_lock =
112 strmap
122 mail_index_strmap_set_syscall_error(struct mail_index_strmap *strmap, const char *function) argument
139 mail_index_strmap_close(struct mail_index_strmap *strmap) argument
156 struct mail_index_strmap *strmap = *_strmap; local
182 mail_index_strmap_view_open(struct mail_index_strmap *strmap, struct mail_index_view *idx_view, mail_index_strmap_key_cmp_t *key_compare_cb, mail_index_strmap_rec_cmp_t *rec_compare_cb, mail_index_strmap_remap_t *remap_cb, void *context, const ARRAY_TYPE(mail_index_strmap_rec) **recs_r, const struct hash2_table **hash_r) argument
252 struct mail_index_strmap *strmap = view->strmap; local
303 mail_index_strmap_need_reopen(struct mail_index_strmap *strmap) argument
498 struct mail_index_strmap *strmap = view->strmap; local
578 struct mail_index_strmap *strmap = view->strmap; local
989 struct mail_index_strmap *strmap = view->strmap; local
1039 mail_index_strmap_lock(struct mail_index_strmap *strmap) argument
1071 mail_index_strmap_unlock(struct mail_index_strmap *strmap) argument
[all...]
H A Dmail-index-strmap.h37 the strmap was reset. */
44 void mail_index_strmap_deinit(struct mail_index_strmap **strmap);
46 /* Returns strmap records and hash that can be used for read-only access.
50 mail_index_strmap_view_open(struct mail_index_strmap *strmap,
64 /* Synchronize strmap: Caller adds missing entries, expunged messages may be
65 removed internally and the changes are written to disk. Note that the strmap
/dovecot/src/lib-storage/index/
H A Dindex-thread.c41 struct mail_index_strmap *strmap; member in struct:mail_thread_mailbox
176 /* strmap was reset, we'll need to rebuild thread */
313 mail_index_strmap_view_open(tbox->strmap,
635 mail_index_strmap_deinit(&tbox->strmap);
657 tbox->strmap = mail_index_strmap_init(box->index,

Completed in 30 milliseconds