Searched refs:red_black_node (Results 1 – 1 of 1) sorted by relevance
65 typedef struct red_black_node { struct68 struct red_black_node *parent; /* points to the parent node */ argument69 struct red_black_node *right; /* points to the right child */ argument70 struct red_black_node *left; /* points to the left child */ argument