Lines Matching +defs:hash +defs:table +defs:c
49 unsigned long hash; member
58 struct hash_entry **table; member
108 hash_die (struct hash_control *table) in hash_die()
129 hash_lookup (struct hash_control *table, const char *key, in hash_lookup()
132 register unsigned long hash; in hash_lookup() local
135 register unsigned int c; in hash_lookup() local
204 hash_insert (struct hash_control *table, const char *key, PTR value) in hash_insert()
208 unsigned long hash; in hash_insert() local
234 hash_jam (struct hash_control *table, const char *key, PTR value) in hash_jam()
238 unsigned long hash; in hash_jam() local
272 hash_replace (struct hash_control *table, const char *key, PTR value) in hash_replace()
296 hash_find (struct hash_control *table, const char *key) in hash_find()
311 hash_delete (struct hash_control *table, const char *key) in hash_delete()
340 hash_traverse (struct hash_control *table, in hash_traverse()