Searched refs:_next (Results 1 – 2 of 2) sorted by relevance
94 list->_head->_next = NULL; in Curl_llist_insert_next()99 ne->_next = e ? e->_next : list->_head; in Curl_llist_insert_next()105 else if(e->_next) { in Curl_llist_insert_next()106 e->_next->_prev = ne; in Curl_llist_insert_next()112 e->_next = ne; in Curl_llist_insert_next()154 list->_head = e->_next; in Curl_node_uremove()159 e->_next->_prev = NULL; in Curl_node_uremove()163 e->_prev->_next = e->_next; in Curl_node_uremove()165 if(!e->_next) in Curl_node_uremove()176 e->_next = NULL; in Curl_node_uremove()[all …]
49 struct Curl_llist_node *_next; member
Completed in 4 milliseconds