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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dhtable.c161 /* htable_size - allocate and initialize hash table */
163 static void htable_size(HTABLE *table, unsigned size) function
184 htable_size(table, size < 13 ? 13 : size);
199 htable_size(table, 2 * old_size);

Completed in 126 milliseconds