Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqtree.h65 GDestroyNotify value_destroy_func);
114 GDestroyNotify value_destroy_func) in q_tree_new_full() argument
117 key_destroy_func, value_destroy_func); in q_tree_new_full()
/openbmc/qemu/util/
H A Dqtree.c80 GDestroyNotify value_destroy_func; member
197 GDestroyNotify value_destroy_func) in q_tree_new_full() argument
207 tree->value_destroy_func = value_destroy_func; in q_tree_new_full()
329 if (tree->value_destroy_func) { in q_tree_remove_all()
330 tree->value_destroy_func(node->value); in q_tree_remove_all()
561 if (tree->value_destroy_func) { in q_tree_insert_internal()
562 tree->value_destroy_func(node->value); in q_tree_insert_internal()
909 if (tree->value_destroy_func) { in q_tree_remove_internal()
910 tree->value_destroy_func(node->value); in q_tree_remove_internal()