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

/dovecot/src/lib/
H A Dhash.c29 struct hash_node { struct
30 struct hash_node *next;
42 struct hash_node *nodes;
43 struct hash_node *free_nodes;
51 struct hash_node *next;
79 table->nodes = i_new(struct hash_node, table->size);
101 static void free_node(struct hash_table *table, struct hash_node *node)
111 static void destroy_node_list(struct hash_table *table, struct hash_node *node)
113 struct hash_node *next;
163 memset(table->nodes, 0, sizeof(struct hash_node) * tabl
[all...]
/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c68 struct mail_thread_root_node *hash_node; local
81 &hash_node)) {
98 if (!hash_node->dummy &&
100 (hash_node->reply_or_forward && !is_reply_or_forward))) {
101 hash_node->parent_root_idx1 = node->root_idx1;
104 node->parent_root_idx1 = hash_node->root_idx1;

Completed in 9 milliseconds