Home
last modified time | relevance | path

Searched refs:hh_next (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libucl/uthash/
H A Duthash.h298 _thh = _thh->hh_next; \
377 if ((out)->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,(out)->hh.hh_next)); \
386 (addhh)->hh_next = head.hh_head; \
400 (head).hh_head = hh_del->hh_next; \
403 hh_del->hh_prev->hh_next = hh_del->hh_next; \
405 if (hh_del->hh_next) { \
406 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
457 _he_hh_nxt = _he_thh->hh_next; \
466 _he_thh->hh_next = _he_newbkt->hh_head; \
593 _src_hh = _src_hh->hh_next) { \
[all …]
/src/contrib/elftoolchain/common/
H A Duthash.h282 _thh = _thh->hh_next; \
590 if ((out)->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,(out)->hh.hh_next)); \
599 (addhh)->hh_next = head.hh_head; \
613 (head).hh_head = hh_del->hh_next; \
616 hh_del->hh_prev->hh_next = hh_del->hh_next; \
618 if (hh_del->hh_next) { \
619 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
670 _he_hh_nxt = _he_thh->hh_next; \
679 _he_thh->hh_next = _he_newbkt->hh_head; \
798 _src_hh = _src_hh->hh_next) { \
[all …]