Home | History | Annotate | Download | only in src

Lines Matching defs:h_next

3813     struct    CvTreeNode* h_next; /* next sequence */
3838 node->h_next = parent->v_next;
3867 if( node->h_next )
3868 node->h_next->h_prev = node->h_prev;
3871 node->h_prev->h_next = node->h_next;
3881 parent->v_next = node->h_next;
3938 while( node->h_next == 0 )
3947 node = node && treeIterator->max_level != 0 ? node->h_next : 0;
3995 while( node->h_next )
3996 node = node->h_next;