Lines Matching refs:cpp_hash_table
33 static void ht_expand (cpp_hash_table *);
55 cpp_hash_table *
59 cpp_hash_table *table; in ht_create()
61 table = XCNEW (cpp_hash_table); in ht_create()
77 ht_destroy (cpp_hash_table *table) in ht_destroy()
91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup()
99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash()
182 ht_expand (cpp_hash_table *table) in ht_expand()
224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall()
242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge()
259 ht_load (cpp_hash_table *ht, hashnode *entries, in ht_load()
274 ht_dump_statistics (cpp_hash_table *table) in ht_dump_statistics()