Home
last modified time | relevance | path

Searched defs:key_compare_func (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqtree.h99 static inline QTree *q_tree_new(GCompareFunc key_compare_func) in q_tree_new()
104 static inline QTree *q_tree_new_with_data(GCompareDataFunc key_compare_func, in q_tree_new_with_data()
110 static inline QTree *q_tree_new_full(GCompareDataFunc key_compare_func, in q_tree_new_full()
/openbmc/qemu/util/
H A Dqtree.c148 q_tree_new(GCompareFunc key_compare_func) in q_tree_new()
167 q_tree_new_with_data(GCompareDataFunc key_compare_func, in q_tree_new_with_data()
194 q_tree_new_full(GCompareDataFunc key_compare_func, in q_tree_new_full()