Lines Matching refs:htab_t
87 typedef struct htab *htab_t; typedef
171 htab_size (htab_t htab) in htab_size()
179 htab_elements (htab_t htab) in htab_elements()
212 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
221 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
227 static inline htab_t
228 htab_clear (htab_t htab) in htab_clear()
238 static htab_t
241 htab_t result; in htab_create()
247 result = (htab_t) htab_alloc (sizeof (struct htab) in htab_create()
261 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
294 static htab_t
295 htab_expand (htab_t htab) in htab_expand()
297 htab_t nhtab; in htab_expand()
334 htab_find (htab_t htab, const hash_entry_type element) in htab_find()
370 htab_find_slot (htab_t *htabp, const hash_entry_type element, in htab_find_slot()
377 htab_t htab = *htabp; in htab_find_slot()
437 htab_clear_slot (htab_t htab, hash_entry_type *slot) in htab_clear_slot()