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

  /external/curl/lib/
llist.h 49 int Curl_llist_remove(struct curl_llist *, struct curl_llist_element *,
llist.c 112 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e,
151 Curl_llist_remove(list, list->tail, user);
hash.c 143 Curl_llist_remove(l, le, (void *)h);
182 Curl_llist_remove(l, le, (void *) h);
286 Curl_llist_remove(list, le, (void *) h);
conncache.c 101 Curl_llist_remove(cb_ptr->conn_list, curr, NULL);
multi.c 768 Curl_llist_remove(multi->msglist, e, NULL);
    [all...]
ftp.c     [all...]
url.c     [all...]
  /external/curl/tests/unit/
unit1300.c 157 /* unit tests for Curl_llist_remove */
173 Curl_llist_remove(llist, llist->head, NULL);
199 Curl_llist_remove(llist, to_remove, NULL);
218 Curl_llist_remove(llist, to_remove, NULL);
232 Curl_llist_remove(llist, to_remove, NULL);

Completed in 642 milliseconds