Searched refs:cright (Results 1 – 1 of 1) sorted by relevance
310 avl_node_t *cright; in avl_rotation() local357 cright = child->avl_child[right]; in avl_rotation()358 node->avl_child[left] = cright; in avl_rotation()359 if (cright != NULL) { in avl_rotation()360 AVL_SETPARENT(cright, node); in avl_rotation()361 AVL_SETCHILD(cright, left); in avl_rotation()