Searched refs:to_e (Results 1 – 1 of 1) sorted by relevance
166 struct curl_llist_element *to_e) in Curl_llist_move() argument198 e->next = to_e->next; in Curl_llist_move()199 e->prev = to_e; in Curl_llist_move()200 if(to_e->next) { in Curl_llist_move()201 to_e->next->prev = e; in Curl_llist_move()206 to_e->next = e; in Curl_llist_move()