Home
last modified time | relevance | path

Searched refs:_prev (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dllist.c93 list->_head->_prev = NULL; in Curl_llist_insert_next()
100 ne->_prev = e; in Curl_llist_insert_next()
102 list->_head->_prev = ne; in Curl_llist_insert_next()
106 e->_next->_prev = ne; in Curl_llist_insert_next()
159 e->_next->_prev = NULL; in Curl_node_uremove()
162 if(e->_prev) in Curl_node_uremove()
163 e->_prev->_next = e->_next; in Curl_node_uremove()
166 list->_tail = e->_prev; in Curl_node_uremove()
168 e->_next->_prev = e->_prev; in Curl_node_uremove()
175 e->_prev = NULL; in Curl_node_uremove()
[all …]
H A Dllist.h48 struct Curl_llist_node *_prev; member

Completed in 7 milliseconds