HomeSort by relevance Sort by last modified time
    Searched refs:Curl_llist_move (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
llist.h 53 int Curl_llist_move(struct curl_llist *, struct curl_llist_element *,
llist.c 166 int Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e,
pipeline.c 141 Curl_llist_move(conn->send_pipe, curr,
  /external/curl/tests/unit/
unit1300.c 238 /* @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 67 milliseconds