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

/dovecot/src/lib/
H A Dhash.c61 static bool hash_table_resize(struct hash_table *table, bool grow);
273 if (table->frozen == 0 && hash_table_resize(table, TRUE)) {
358 else if (!hash_table_resize(table, FALSE))
439 if (!hash_table_resize(table, FALSE))
444 static bool hash_table_resize(struct hash_table *table, bool grow) function

Completed in 18 milliseconds