Lines Matching defs:htab
221 #define htab_size(htab) ((htab)->size) argument
231 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) argument
270 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
279 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
390 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex()
421 htab_delete (htab_t htab) in htab_delete()
447 htab_empty (htab_t htab) in htab_empty()
490 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
526 htab_expand (htab_t htab) in htab_expand()
594 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
628 htab_find (htab_t htab, const PTR element) in htab_find()
642 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash()
710 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot()
721 htab_remove_elt (htab_t htab, PTR element) in htab_remove_elt()
732 htab_remove_elt_with_hash (htab_t htab, PTR element, hashval_t hash) in htab_remove_elt_with_hash()
752 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
771 htab_traverse_noresize (htab_t htab, htab_trav callback, PTR info) in htab_traverse_noresize()
794 htab_traverse (htab_t htab, htab_trav callback, PTR info) in htab_traverse()
807 htab_collisions (htab_t htab) in htab_collisions()