Lines Matching refs:hash_control
24 struct hash_control;
32 extern struct hash_control *hash_new (void);
33 extern struct hash_control *hash_new_sized (unsigned long);
37 extern void hash_die (struct hash_control *);
44 extern const char *hash_insert (struct hash_control *,
51 extern const char *hash_jam (struct hash_control *,
58 extern void *hash_replace (struct hash_control *, const char *key,
64 extern void *hash_find (struct hash_control *, const char *key);
69 extern void *hash_find_n (struct hash_control *, const char *key, size_t len);
74 extern void *hash_delete (struct hash_control *, const char *key, int);
79 extern void hash_traverse (struct hash_control *,
86 struct hash_control *);