Lines Matching refs:hash_table
34 static void ht_expand (hash_table *);
56 hash_table *
60 hash_table *table; in ht_create()
62 table = XCNEW (hash_table); in ht_create()
80 ht_destroy (hash_table *table) in ht_destroy()
94 ht_lookup (hash_table *table, const unsigned char *str, size_t len, in ht_lookup()
102 ht_lookup_with_hash (hash_table *table, const unsigned char *str, in ht_lookup_with_hash()
185 ht_expand (hash_table *table) in ht_expand()
227 ht_forall (hash_table *table, ht_cb cb, const void *v) in ht_forall()
245 ht_purge (hash_table *table, ht_cb cb, const void *v) in ht_purge()
262 ht_load (hash_table *ht, hashnode *entries, in ht_load()
277 ht_dump_statistics (hash_table *table) in ht_dump_statistics()