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

/dovecot/src/lib-index/
H A Dmail-index-alloc-cache.c18 struct mail_index_alloc_cache_list { struct
20 struct mail_index_alloc_cache_list *next;
35 static struct mail_index_alloc_cache_list *indexes = NULL;
39 static struct mail_index_alloc_cache_list *
43 struct mail_index_alloc_cache_list *list;
45 list = i_new(struct mail_index_alloc_cache_list, 1);
61 mail_index_alloc_cache_list_unref(struct mail_index_alloc_cache_list *list)
72 mail_index_alloc_cache_list_free(struct mail_index_alloc_cache_list *list)
83 static struct mail_index_alloc_cache_list *
87 struct mail_index_alloc_cache_list **index
[all...]

Completed in 14 milliseconds