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

/dovecot/src/lib-index/
H A Dmail-index-strmap.h49 struct mail_index_strmap_view *
58 void mail_index_strmap_view_close(struct mail_index_strmap_view **view);
59 void mail_index_strmap_view_set_corrupted(struct mail_index_strmap_view *view);
62 uint32_t mail_index_strmap_view_get_highest_idx(struct mail_index_strmap_view *view);
70 mail_index_strmap_view_sync_init(struct mail_index_strmap_view *view,
H A Dmail-index-strmap.c29 struct mail_index_strmap_view { struct
55 struct mail_index_strmap_view *view;
72 struct mail_index_strmap_view *view;
176 struct mail_index_strmap_view *view = context;
181 struct mail_index_strmap_view *
191 struct mail_index_strmap_view *view;
193 view = i_new(struct mail_index_strmap_view, 1);
212 void mail_index_strmap_view_close(struct mail_index_strmap_view **_view)
214 struct mail_index_strmap_view *view = *_view;
223 uint32_t mail_index_strmap_view_get_highest_idx(struct mail_index_strmap_view *vie
[all...]
/dovecot/src/lib-storage/index/
H A Dindex-thread.c42 struct mail_index_strmap_view *strmap_view;

Completed in 15 milliseconds