Home
last modified time | relevance | path

Searched refs:key_destroy_func (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dqtree.c79 GDestroyNotify key_destroy_func; member
196 GDestroyNotify key_destroy_func, in q_tree_new_full() argument
206 tree->key_destroy_func = key_destroy_func; in q_tree_new_full()
326 if (tree->key_destroy_func) { in q_tree_remove_all()
327 tree->key_destroy_func(node->key); in q_tree_remove_all()
568 if (tree->key_destroy_func) { in q_tree_insert_internal()
569 tree->key_destroy_func(node->key); in q_tree_insert_internal()
575 if (tree->key_destroy_func) { in q_tree_insert_internal()
576 tree->key_destroy_func(key); in q_tree_insert_internal()
906 if (tree->key_destroy_func) { in q_tree_remove_internal()
[all …]
/openbmc/qemu/include/qemu/
H A Dqtree.h63 GDestroyNotify key_destroy_func,
112 GDestroyNotify key_destroy_func, in q_tree_new_full() argument
116 key_destroy_func, value_destroy_func); in q_tree_new_full()