Lines Matching refs:hash_control
50 struct hash_control { struct
84 struct hash_control * argument
88 struct hash_control *ret; in hash_new_sized()
90 ret = (struct hash_control *) xmalloc (sizeof *ret); in hash_new_sized()
109 struct hash_control *
118 hash_die (struct hash_control *table) in hash_die()
134 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup()
206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert()
236 hash_jam (struct hash_control *table, const char *key, void *val) in hash_jam()
274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace()
298 hash_find (struct hash_control *table, const char *key) in hash_find()
313 hash_find_n (struct hash_control *table, const char *key, size_t len) in hash_find_n()
328 hash_delete (struct hash_control *table, const char *key, int freeme) in hash_delete()
356 hash_traverse (struct hash_control *table, in hash_traverse()
376 struct hash_control *table ATTRIBUTE_UNUSED) in hash_print_statistics()