Lines Matching refs:key_destroy_func
79 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()
907 tree->key_destroy_func(node->key); in q_tree_remove_internal()