Lines Matching defs:hp
188 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value) in ctf_dynhash_insert()
209 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_remove()
216 ctf_dynhash_empty (ctf_dynhash_t *hp) in ctf_dynhash_empty()
222 ctf_dynhash_lookup (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_lookup()
251 ctf_dynhash_iter (ctf_dynhash_t *hp, ctf_hash_iter_f fun, void *arg_) in ctf_dynhash_iter()
276 ctf_dynhash_iter_remove (ctf_dynhash_t *hp, ctf_hash_iter_remove_f fun, in ctf_dynhash_iter_remove()
284 ctf_dynhash_destroy (ctf_dynhash_t *hp) in ctf_dynhash_destroy()
303 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size()
309 ctf_hash_insert_type (ctf_hash_t *hp, ctf_file_t *fp, uint32_t type, in ctf_hash_insert_type()
339 ctf_hash_define_type (ctf_hash_t *hp, ctf_file_t *fp, uint32_t type, in ctf_hash_define_type()
349 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_file_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type()
363 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()