Lines Matching refs:next
185 (add)->hh.next = NULL; \
193 (head)->hh.tbl->tail->next = (add); \
227 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
243 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
245 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \
247 if (_hd_hh_del->next) { \
248 ((UT_hash_handle*)((ptrdiff_t)_hd_hh_del->next + \
329 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \
753 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
754 ((void*)((char*)(_hs_q->next) + \
762 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
763 ((void*)((char*)(_hs_q->next) + \
769 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
770 ((void*)((char*)(_hs_p->next) + \
780 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
781 ((void*)((char*)(_hs_p->next) + \
787 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
788 ((void*)((char*)(_hs_q->next) + \
793 _hs_tail->next = ((_hs_e) ? \
807 _hs_tail->next = NULL; \
843 _dst_hh->next = NULL; \
844 if (_last_elt_hh) { _last_elt_hh->next = _elt; } \
883 for((el)=(head), (*(char**)(&(tmp)))=(char*)((head)?(head)->hh.next:NULL); \
884 el; (el)=(tmp),(*(char**)(&(tmp)))=(char*)((tmp)?(tmp)->hh.next:NULL))
887 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \
888 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
955 void *next; /* next element in app order */ member