Lines Matching defs:hh_next
145 _hd_hh_item->hh_next = NULL; \
535 _thh = _thh->hh_next; \
757 if ((out)->hh.hh_next != NULL) { \
758 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
770 (addhh)->hh_next = _ha_head->hh_head; \
793 _hd_head->hh_head = (delhh)->hh_next; \
796 (delhh)->hh_prev->hh_next = (delhh)->hh_next; \
798 if ((delhh)->hh_next) { \
799 (delhh)->hh_next->hh_prev = (delhh)->hh_prev; \
852 _he_hh_nxt = _he_thh->hh_next; \
862 _he_thh->hh_next = _he_newbkt->hh_head; \
988 _src_hh = _src_hh->hh_next) { \
1130 struct UT_hash_handle *hh_next; /* next hh in bucket order */