Lines Matching refs:hash_table
19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable
82 if (!hash_table) in rehash()
89 old = hash_table; in rehash()
91 hash_table = new; in rehash()
115 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1)); in hash_bucket()
248 for (crecp = hash_table[i], up = &hash_table[i]; in cache_scan_free()
494 for (crecp = hash_table[i], up = &hash_table[i]; crecp && (crecp->flags & F_REVERSE); in cache_find_by_addr()
552 for (lookup = hash_table[i]; lookup; lookup = lookup->hash_next) in add_hosts_entry()
721 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = tmp) { in cache_reload()
845 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = cache->hash_next) in cache_unhash_dhcp()
969 for (cache = hash_table[i]; cache; cache = cache->hash_next) { in dump_cache()