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