Lines Matching refs:next
153 (add)->hh.next = NULL; \
161 (head)->hh.tbl->tail->next = (add); \
196 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
211 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
213 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \
215 if (_hd_hh_del->next) { \
216 ((UT_hash_handle*)((char*)_hd_hh_del->next + \
291 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \
778 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
779 ((void*)((char*)(_hs_q->next) + \
787 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
788 ((void*)((char*)(_hs_q->next) + \
793 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
794 ((void*)((char*)(_hs_p->next) + \
802 _hs_p = (UT_hash_handle*)((_hs_p->next) ? \
803 ((void*)((char*)(_hs_p->next) + \
808 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \
809 ((void*)((char*)(_hs_q->next) + \
814 _hs_tail->next = ((_hs_e) ? \
825 _hs_tail->next = NULL; \
860 _dst_hh->next = NULL; \
861 if (_last_elt_hh) { _last_elt_hh->next = _elt; } \
892 for((el)=(head), (*(char**)(&(tmp)))=(char*)((head)?(head)->hh.next:NULL); \
893 el; (el)=(tmp),(*(char**)(&(tmp)))=(char*)((tmp)?(tmp)->hh.next:NULL))
896 for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL); \
897 el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
964 void *next; /* next element in app order */ member