Searched refs:UT_hash_handle (Results 1 – 2 of 2) sorted by relevance
143 struct UT_hash_handle *_hd_hh_item = (itemptrhh); \455 const struct UT_hash_handle *_hd_hh_del = (delptrhh); \521 struct UT_hash_handle *_thh; \840 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \897 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \1073 struct UT_hash_handle *hh_head;1100 struct UT_hash_handle *tail; /* tail hh in app order, for fast append */1129 typedef struct UT_hash_handle { struct1133 struct UT_hash_handle *hh_prev; /* previous hh in bucket order */ argument1134 struct UT_hash_handle *hh_next; /* next hh in bucket order */ argument[all …]
48 UT_hash_handle hh; \
Completed in 8 milliseconds