Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h147 _hd_hh_item->hh_next = NULL; \
537 _thh = _thh->hh_next; \
761 if ((out)->hh.hh_next != NULL) { \
762 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
774 (addhh)->hh_next = _ha_head->hh_head; \
797 _hd_head->hh_head = (delhh)->hh_next; \
800 (delhh)->hh_prev->hh_next = (delhh)->hh_next; \
802 if ((delhh)->hh_next) { \
803 (delhh)->hh_next->hh_prev = (delhh)->hh_prev; \
856 _he_hh_nxt = _he_thh->hh_next; \
[all …]

Completed in 6 milliseconds