Home
last modified time | relevance | path

Searched refs:htable_size (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dhtable.c180 static void htable_size(HTABLE *table, size_t size) in htable_size() function
201 htable_size(table, size < 13 ? 13 : size); in htable_create()
216 htable_size(table, 2 * old_size); in htable_grow()