Searched refs:UT_hash_handle (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.5.0/libcoap/include/coap/ |
D | uthash.h | 226 struct UT_hash_handle *_hd_hh_del; \ 238 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 242 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 248 ((UT_hash_handle*)((ptrdiff_t)_hd_hh_del->next + \ 289 struct UT_hash_handle *_thh; \ 329 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \ 684 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \ 737 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ 753 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ 762 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ [all …]
|
D | resource.h | 84 UT_hash_handle hh;
|
/net-tools-3.5.0/tinydtls-0.8.2/ |
D | uthash.h | 195 struct UT_hash_handle *_hd_hh_del; \ 206 (UT_hash_handle*)((char*)((delptr)->hh.prev) + \ 210 ((UT_hash_handle*)((char*)((delptr)->hh.prev) + \ 216 ((UT_hash_handle*)((char*)_hd_hh_del->next + \ 254 struct UT_hash_handle *_thh; \ 291 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \ 709 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \ 762 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ 778 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ 787 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ [all …]
|
D | peer.h | 54 UT_hash_handle hh;
|
/net-tools-3.5.0/libcoap/examples/ |
D | etsi_iot_01.c | 42 UT_hash_handle hh; 58 UT_hash_handle hh;
|
D | coap-rd.c | 51 UT_hash_handle hh; /**< hash handle (for internal use only) */
|