Lines Matching refs:Hash_table

150 hash_get_n_buckets (const Hash_table *table)  in hash_get_n_buckets()
158 hash_get_n_buckets_used (const Hash_table *table) in hash_get_n_buckets_used()
166 hash_get_n_entries (const Hash_table *table) in hash_get_n_entries()
174 hash_get_max_bucket_length (const Hash_table *table) in hash_get_max_bucket_length()
201 hash_table_ok (const Hash_table *table) in hash_table_ok()
230 hash_print_statistics (const Hash_table *table, FILE *stream) in hash_print_statistics()
249 safe_hasher (const Hash_table *table, const void *key) in safe_hasher()
261 hash_lookup (const Hash_table *table, const void *entry) in hash_lookup()
288 hash_get_first (const Hash_table *table) in hash_get_first()
307 hash_get_next (const Hash_table *table, const void *entry) in hash_get_next()
336 hash_get_entries (const Hash_table *table, void **buffer, in hash_get_entries()
368 hash_do_for_each (const Hash_table *table, Hash_processor processor, in hash_do_for_each()
512 check_tuning (Hash_table *table) in check_tuning()
593 Hash_table *
598 Hash_table *table; in hash_initialize()
653 hash_clear (Hash_table *table) in hash_clear()
696 hash_free (Hash_table *table) in hash_free()
751 allocate_entry (Hash_table *table) in allocate_entry()
776 free_entry (Hash_table *table, struct hash_entry *entry) in free_entry()
790 hash_find_entry (Hash_table *table, const void *entry, in hash_find_entry()
860 transfer_entries (Hash_table *dst, Hash_table *src, bool safe) in transfer_entries()
943 hash_rehash (Hash_table *table, size_t candidate) in hash_rehash()
945 Hash_table storage; in hash_rehash()
946 Hash_table *new_table; in hash_rehash()
1038 hash_insert_if_absent (Hash_table *table, void const *entry, in hash_insert_if_absent()
1122 hash_insert0 (Hash_table *table, void const *entry, void const **matched_ent) in hash_insert0()
1134 hash_insert (Hash_table *table, void const *entry) in hash_insert()
1148 hash_delete (Hash_table *table, const void *entry) in hash_delete()
1212 hash_print (const Hash_table *table) in hash_print()