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

/external/curl/lib/
H A Dllist.h53 int Curl_llist_move(struct curl_llist *, struct curl_llist_element *,
H A Dllist.c166 int Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e, function
H A Dpipeline.c141 Curl_llist_move(conn->send_pipe, curr,
/external/curl/tests/unit/
H A Dunit1300.c238 /* @testing Curl_llist_move(struct curl_llist *,
269 curlErrCode = Curl_llist_move(llist, llist->head, llist_destination, NULL);
271 "Curl_llist_move returned an error, Can't move on with test");

Completed in 92 milliseconds