Lines Matching refs:hash_size
26 static int bignames_left, hash_size; variable
114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *)))) in rehash()
121 old_size = hash_size; in rehash()
123 hash_size = new_size; in rehash()
151 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1)); in hash_bucket()
307 for (i = 0; i < hash_size; i++) in cache_scan_free()
600 for (i=0; i<hash_size; i++) in cache_find_by_addr()
673 for (i=0; i<hash_size; i++) in add_hosts_entry()
876 for (i=0; i<hash_size; i++) in cache_reload()
1023 for (i=0; i<hash_size; i++) in cache_unhash_dhcp()
1164 for (i=0; i<hash_size; i++) in dump_cache()