Lines Matching refs:UT_hash_handle
205 struct UT_hash_handle *_hd_hh_del; \
216 (UT_hash_handle*)((char*)((delptr)->hh.prev) + \
220 ((UT_hash_handle*)((char*)((delptr)->hh.prev) + \
226 ((UT_hash_handle*)((char*)_hd_hh_del->next + \
272 struct UT_hash_handle *_thh; \
309 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \
657 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \
710 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \
726 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
735 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
741 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
750 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
756 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
794 UT_hash_handle *_src_hh, *_dst_hh, *_last_elt_hh=NULL; \
803 _dst_hh = (UT_hash_handle*)(((char*)_elt) + _dst_hho); \
853 struct UT_hash_handle *hh_head;
880 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */
909 typedef struct UT_hash_handle { struct
913 struct UT_hash_handle *hh_prev; /* previous hh in bucket order */ argument
914 struct UT_hash_handle *hh_next; /* next hh in bucket order */ argument
918 } UT_hash_handle; argument