Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:hash_table

27 static void hash_rehash __P((struct hash_table* ht));
43 hash_init (struct hash_table *ht, unsigned long size,
69 hash_load (struct hash_table *ht, void *item_table,
86 hash_find_slot (struct hash_table *ht, const void *key)
121 hash_find_item (struct hash_table *ht, const void *key)
128 hash_insert (struct hash_table *ht, const void *item)
137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot)
158 hash_delete (struct hash_table *ht, const void *item)
165 hash_delete_at (struct hash_table *ht, const void *slot)
179 hash_free_items (struct hash_table *ht)
195 hash_delete_items (struct hash_table *ht)
209 hash_free (struct hash_table *ht, int free_items)
224 hash_map (struct hash_table *ht, hash_map_func_t map)
237 hash_map_arg (struct hash_table *ht, hash_map_arg_func_t map, void *arg)
252 hash_rehash (struct hash_table *ht)
279 hash_print_stats (struct hash_table *ht, FILE *out_FILE)
295 hash_dump (struct hash_table *ht, void **vector_0, qsort_cmp_t compare)