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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c15 struct mail_thread_root_node { struct
41 ARRAY(struct mail_thread_root_node) roots;
61 HASH_TABLE(char *, struct mail_thread_root_node *) subject_hash;
66 struct mail_thread_root_node *node)
68 struct mail_thread_root_node *hash_node;
126 static int mail_thread_root_node_cmp(const struct mail_thread_root_node *r1,
127 const struct mail_thread_root_node *r2)
205 struct mail_thread_root_node *roots;
270 struct mail_thread_root_node *cur)
272 struct mail_thread_root_node *root
[all...]

Completed in 741 milliseconds