Searched refs:hashno (Results 1 – 1 of 1) sorted by relevance
82 int hashno; in add_hash() local89 hashno = do_hash(name, len, table->hash_count); in add_hash()98 bp->next = table->buckets[hashno]; in add_hash()100 table->buckets[hashno] = bp; in add_hash()107 int hashno; in hash_lookup() local115 hashno = do_hash(name, len, table->hash_count); in hash_lookup()117 for (bp = table->buckets[hashno]; bp; bp = bp->next) in hash_lookup()