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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.c159 /* binhash_size - allocate and initialize hash table */
161 static void binhash_size(BINHASH *table, unsigned size) function
182 binhash_size(table, size < 13 ? 13 : size);
196 binhash_size(table, 2 * old_size);

Completed in 107 milliseconds