Lines Matching defs:htab
218 #define htab_size(htab) ((htab)->size) argument
228 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) argument
267 htab_mod (hashval_t hash, htab_t htab) in htab_mod()
276 htab_mod_m2 (hashval_t hash, htab_t htab) in htab_mod_m2()
356 htab_set_functions_ex (htab_t htab, htab_hash hash_f, htab_eq eq_f, in htab_set_functions_ex()
387 htab_delete (htab_t htab) in htab_delete()
413 htab_empty (htab_t htab) in htab_empty()
456 find_empty_slot_for_expand (htab_t htab, hashval_t hash) in find_empty_slot_for_expand()
492 htab_expand (htab_t htab) in htab_expand()
560 htab_find_with_hash (htab_t htab, const PTR element, hashval_t hash) in htab_find_with_hash()
594 htab_find (htab_t htab, const PTR element) in htab_find()
608 htab_find_slot_with_hash (htab_t htab, const PTR element, in htab_find_slot_with_hash()
676 htab_find_slot (htab_t htab, const PTR element, enum insert_option insert) in htab_find_slot()
687 htab_remove_elt (htab_t htab, PTR element) in htab_remove_elt()
698 htab_remove_elt_with_hash (htab_t htab, PTR element, hashval_t hash) in htab_remove_elt_with_hash()
718 htab_clear_slot (htab_t htab, PTR *slot) in htab_clear_slot()
737 htab_traverse_noresize (htab_t htab, htab_trav callback, PTR info) in htab_traverse_noresize()
760 htab_traverse (htab_t htab, htab_trav callback, PTR info) in htab_traverse()
772 htab_collisions (htab_t htab) in htab_collisions()