Lines Matching refs:ctf_helem_t

50 } ctf_helem_t;  typedef
66 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_integer()
74 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_integer()
75 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_integer()
83 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_string()
91 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_string()
92 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_string()
101 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_type_key()
111 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_type_key()
112 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_type_key()
124 ctf_helem_t *hep = (ctf_helem_t *) ptr; in ctf_hash_type_id_key()
134 ctf_helem_t *hep_a = (ctf_helem_t *) a; in ctf_hash_eq_type_id_key()
135 ctf_helem_t *hep_b = (ctf_helem_t *) b; in ctf_hash_eq_type_id_key()
150 ctf_helem_t *helem = item; in ctf_dynhash_item_free()
193 static ctf_helem_t **
196 ctf_helem_t tmp = { .key = (void *) key }; in ctf_hashtab_lookup()
197 return (ctf_helem_t **) htab_find_slot (htab, &tmp, insert); in ctf_hashtab_lookup()
200 static ctf_helem_t *
205 ctf_helem_t **slot; in ctf_hashtab_insert()
220 *slot = malloc (sizeof (ctf_helem_t)); in ctf_hashtab_insert()
222 *slot = malloc (offsetof (ctf_helem_t, owner)); in ctf_hashtab_insert()
241 ctf_helem_t *slot; in ctf_dynhash_insert()
268 ctf_helem_t hep = { (void *) key, NULL, NULL }; in ctf_dynhash_remove()
287 ctf_helem_t **slot; in ctf_dynhash_lookup()
302 ctf_helem_t **slot; in ctf_dynhash_lookup_kv()
326 ctf_helem_t *helem = *((ctf_helem_t **) slot); in ctf_hashtab_traverse()
350 ctf_helem_t *helem = *((ctf_helem_t **) slot); in ctf_hashtab_traverse_find()
379 ctf_helem_t *helem = *((ctf_helem_t **) slot); in ctf_hashtab_traverse_remove()
409 ctf_helem_t *slot; in ctf_dynhash_next()
831 ctf_helem_t **slot; in ctf_hash_lookup_type()