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

/dovecot/src/lib/
H A Dhash.c111 static void destroy_node_list(struct hash_table *table, struct hash_node *node) function
128 destroy_node_list(table, table->nodes[i].next);
142 destroy_node_list(table, table->free_nodes);
159 destroy_node_list(table, table->free_nodes);

Completed in 1283 milliseconds