Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h528 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
750 if ((head).hh_head != NULL) { \
751 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).hh_head)); \
774 (addhh)->hh_next = _ha_head->hh_head; \
776 if (_ha_head->hh_head != NULL) { \
777 _ha_head->hh_head->hh_prev = (addhh); \
779 _ha_head->hh_head = (addhh); \
796 if (_hd_head->hh_head == (delhh)) { \
797 _hd_head->hh_head = (delhh)->hh_next; \
854 _he_thh = (tbl)->buckets[ _he_bkt_i ].hh_head; \
[all …]

Completed in 8 milliseconds