Searched refs:to_e (Results 1 – 1 of 1) sorted by relevance
153 struct curl_llist_element *to_e) in Curl_llist_move() argument185 e->next = to_e->next; in Curl_llist_move()186 e->prev = to_e; in Curl_llist_move()187 if(to_e->next) { in Curl_llist_move()188 to_e->next->prev = e; in Curl_llist_move()193 to_e->next = e; in Curl_llist_move()