Lines Matching defs:hp

239 ctf_dynhash_insert (ctf_dynhash_t *hp, void *key, void *value)  in ctf_dynhash_insert()
266 ctf_dynhash_remove (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_remove()
273 ctf_dynhash_empty (ctf_dynhash_t *hp) in ctf_dynhash_empty()
279 ctf_dynhash_elements (ctf_dynhash_t *hp) in ctf_dynhash_elements()
285 ctf_dynhash_lookup (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_lookup()
299 ctf_dynhash_lookup_kv (ctf_dynhash_t *hp, const void *key, in ctf_dynhash_lookup_kv()
334 ctf_dynhash_iter (ctf_dynhash_t *hp, ctf_hash_iter_f fun, void *arg_) in ctf_dynhash_iter()
362 ctf_dynhash_iter_find (ctf_dynhash_t *hp, ctf_hash_iter_find_f fun, void *arg_) in ctf_dynhash_iter_find()
388 ctf_dynhash_iter_remove (ctf_dynhash_t *hp, ctf_hash_iter_remove_f fun, in ctf_dynhash_iter_remove()
560 ctf_dynhash_destroy (ctf_dynhash_t *hp) in ctf_dynhash_destroy()
618 ctf_dynset_insert (ctf_dynset_t *hp, void *key) in ctf_dynset_insert()
643 ctf_dynset_remove (ctf_dynset_t *hp, const void *key) in ctf_dynset_remove()
649 ctf_dynset_destroy (ctf_dynset_t *hp) in ctf_dynset_destroy()
656 ctf_dynset_lookup (ctf_dynset_t *hp, const void *key) in ctf_dynset_lookup()
667 ctf_dynset_elements (ctf_dynset_t *hp) in ctf_dynset_elements()
674 ctf_dynset_exists (ctf_dynset_t *hp, const void *key, const void **orig_key) in ctf_dynset_exists()
687 ctf_dynset_lookup_any (ctf_dynset_t *hp) in ctf_dynset_lookup_any()
706 ctf_dynset_next (ctf_dynset_t *hp, ctf_next_t **it, void **key) in ctf_dynset_next()
782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size()
788 ctf_hash_insert_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_insert_type()
818 ctf_hash_define_type (ctf_hash_t *hp, ctf_dict_t *fp, uint32_t type, in ctf_hash_define_type()
828 ctf_hash_lookup_type (ctf_hash_t *hp, ctf_dict_t *fp __attribute__ ((__unused__)), in ctf_hash_lookup_type()
842 ctf_hash_destroy (ctf_hash_t *hp) in ctf_hash_destroy()