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

/dovecot/src/lib/
H A Dhash.h73 void hash_table_clear(struct hash_table *table, bool free_collisions);
74 #define hash_table_clear(table, free_collisions) \ macro
75 hash_table_clear((table)._table, free_collisions)
H A Dhash.c16 #undef hash_table_clear macro
150 void hash_table_clear(struct hash_table *table, bool free_nodes) function

Completed in 15 milliseconds