Searched refs:gleft (Results 1 – 1 of 1) sorted by relevance
318 avl_node_t *gleft; in avl_rotation() local425 gleft = gchild->avl_child[left]; in avl_rotation()439 child->avl_child[right] = gleft; in avl_rotation()440 if (gleft != NULL) { in avl_rotation()441 AVL_SETPARENT(gleft, child); in avl_rotation()442 AVL_SETCHILD(gleft, right); in avl_rotation()