Lines Matching refs:hash_table
34 static void ht_expand (hash_table *);
53 hash_table *
57 hash_table *table; in ht_create()
59 table = XCNEW (hash_table); in ht_create()
77 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()
179 ht_expand (hash_table *table) in ht_expand()
221 ht_forall (hash_table *table, ht_cb cb, const void *v) in ht_forall()
238 ht_load (hash_table *ht, hashnode *entries, in ht_load()
253 ht_dump_statistics (hash_table *table) in ht_dump_statistics()