Lines Matching defs:hh_head
528 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
748 if ((head).hh_head != NULL) { \
749 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).hh_head)); \
772 (addhh)->hh_next = _ha_head->hh_head; \
774 if (_ha_head->hh_head != NULL) { \
775 _ha_head->hh_head->hh_prev = (addhh); \
777 _ha_head->hh_head = (addhh); \
794 if (_hd_head->hh_head == (delhh)) { \
795 _hd_head->hh_head = (delhh)->hh_next; \
852 _he_thh = (tbl)->buckets[ _he_bkt_i ].hh_head; \
864 _he_thh->hh_next = _he_newbkt->hh_head; \
865 if (_he_newbkt->hh_head != NULL) { \
866 _he_newbkt->hh_head->hh_prev = _he_thh; \
868 _he_newbkt->hh_head = _he_thh; \
988 for (_src_hh = (src)->hh_src.tbl->buckets[_src_bkt].hh_head; \
1071 struct UT_hash_handle *hh_head;