Lines Matching defs:htab
69 struct htab { struct
87 typedef struct htab *htab_t; argument
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()
255 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
289 htab_expand (htab_t htab) in htab_expand()
328 htab_find (htab_t htab, const hash_entry_type element) in htab_find()
371 htab_t htab = *htabp; in htab_find_slot() local
431 htab_clear_slot (htab_t htab, hash_entry_type *slot) in htab_clear_slot()