Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h145 _hd_hh_item->hh_next = NULL; \
535 _thh = _thh->hh_next; \
757 if ((out)->hh.hh_next != NULL) { \
758 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
770 (addhh)->hh_next = _ha_head->hh_head; \
793 _hd_head->hh_head = (delhh)->hh_next; \
796 (delhh)->hh_prev->hh_next = (delhh)->hh_next; \
798 if ((delhh)->hh_next) { \
799 (delhh)->hh_next
1130 struct UT_hash_handle *hh_next; /* next hh in bucket order */ global() member
[all...]
/third_party/libdrm/intel/
H A Duthash.h419 _thh = _thh->hh_next; \
727 if ((out)->hh.hh_next != NULL) { \
728 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
739 (addhh)->hh_next = head.hh_head; \
753 (head).hh_head = hh_del->hh_next; \
756 hh_del->hh_prev->hh_next = hh_del->hh_next; \
758 if (hh_del->hh_next) { \
759 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
810 _he_hh_nxt = _he_thh->hh_next; \
1068 struct UT_hash_handle *hh_next; /* next hh in bucket order */ global() member
[all...]

Completed in 4 milliseconds