Home
last modified time | relevance | path

Searched refs:Curl_llist_move (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dllist.h50 void Curl_llist_move(struct curl_llist *, struct curl_llist_element *,
Dllist.c151 void Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e, in Curl_llist_move() function
Dpipeline.c141 Curl_llist_move(&conn->send_pipe, curr, in Curl_move_handle_from_send_to_recv_pipe()
/external/curl/tests/unit/
Dunit1300.c249 Curl_llist_move(&llist, llist.head, &llist_destination, NULL);