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

/dovecot/src/lib/
H A Dhash.h20 be free'd before hash_table_destroy() is called. */
67 void hash_table_destroy(struct hash_table **table);
68 #define hash_table_destroy(table) \ macro
69 hash_table_destroy(&(*table)._table)
H A Dhash.c15 #undef hash_table_destroy macro
132 void hash_table_destroy(struct hash_table **_table) function

Completed in 30 milliseconds