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

/freebsd-11-stable/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; \
913 struct UT_hash_handle *hh_next; /* next hh in bucket order */ member in struct:UT_hash_handle
[all...]
/freebsd-11-stable/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; \
714 struct UT_hash_handle *hh_next; /* next hh in bucket order */ member in struct:UT_hash_handle
[all...]

Completed in 147 milliseconds