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

/dovecot/src/lib/
H A Dhash.c35 struct hash_table { struct
50 struct hash_table *table;
61 static bool hash_table_resize(struct hash_table *table, bool grow);
63 void hash_table_create(struct hash_table **table_r, pool_t node_pool,
67 struct hash_table *table;
70 table = i_new(struct hash_table, 1);
94 void hash_table_create_direct(struct hash_table **table_r, pool_t node_pool,
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)
122 static void hash_table_destroy_nodes(struct hash_table *tabl
[all...]

Completed in 20 milliseconds