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

/dovecot/src/lib/
H A Dhash2.c79 static void hash2_resize(struct hash2_table *hash, bool grow) argument
92 (grow || next_size == hash->hash_table_size))
H A Dhash.c61 static bool hash_table_resize(struct hash_table *table, bool grow);
444 static bool hash_table_resize(struct hash_table *table, bool grow) argument
461 if (grow && table->size >= next_size)

Completed in 478 milliseconds