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

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h273 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
584 if (head.hh_head) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,head.hh_head)); \
599 (addhh)->hh_next = head.hh_head; \
601 if (head.hh_head) { (head).hh_head->hh_prev = (addhh); } \
602 (head).hh_head=addhh; \
612 if ((head).hh_head == hh_del) { \
613 (head).hh_head = hh_del->hh_next; \
668 _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \
852 struct UT_hash_handle *hh_head; member in struct:UT_hash_bucket
[all...]
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h289 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
371 if (head.hh_head) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,head.hh_head)); \
386 (addhh)->hh_next = head.hh_head; \
388 if (head.hh_head) { (head).hh_head->hh_prev = (addhh); } \
389 (head).hh_head=addhh; \
399 if ((head).hh_head == hh_del) { \
400 (head).hh_head = hh_del->hh_next; \
455 _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \
653 struct UT_hash_handle *hh_head; member in struct:UT_hash_bucket
[all...]

Completed in 71 milliseconds