Searched refs:hh_dst (Results 1 – 2 of 2) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | uthash.h | 842 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument 847 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \ 864 HASH_MAKE_TABLE(hh_dst,dst); \ 866 _dst_hh->tbl = (dst)->hh_dst.tbl; \ 870 (dst)->hh_dst.tbl->num_items++; \ 877 HASH_FSCK(hh_dst,dst); \
|
/net-tools-2.7.6/libcoap/include/coap/ |
D | uthash.h | 825 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument 830 ptrdiff_t _dst_hho = ((char*)(&(dst)->hh_dst) - (char*)(dst)); \ 847 HASH_MAKE_TABLE(hh_dst,dst); \ 849 _dst_hh->tbl = (dst)->hh_dst.tbl; \ 853 (dst)->hh_dst.tbl->num_items++; \ 860 HASH_FSCK(hh_dst,dst); \
|