Home
last modified time | relevance | path

Searched refs:Curl_llist_remove (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/unit/
Dunit1300.c150 Curl_llist_remove(&llist, llist.head, NULL);
179 Curl_llist_remove(&llist, to_remove, NULL);
198 Curl_llist_remove(&llist, to_remove, NULL);
212 Curl_llist_remove(&llist, to_remove, NULL);
/external/curl/lib/
Dllist.c93 Curl_llist_remove(struct Curl_llist *list, struct Curl_llist_element *e, in Curl_llist_remove() function
138 Curl_llist_remove(list, list->tail, user); in Curl_llist_destroy()
Dhash.c118 Curl_llist_remove(l, le, (void *)h); in Curl_hash_add()
147 Curl_llist_remove(l, le, (void *) h); in Curl_hash_delete()
249 Curl_llist_remove(list, le, (void *) h); in Curl_hash_clean_with_criterium()
Dllist.h46 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
Daltsvc.c412 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush()
629 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
Dmulti.c791 Curl_llist_remove(&multi->pending, &data->connect_queue, NULL); in curl_multi_remove_handle()
840 Curl_llist_remove(&multi->msglist, e, NULL); in curl_multi_remove_handle()
882 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connnection()
2685 Curl_llist_remove(&multi->msglist, e, NULL);
2921 Curl_llist_remove(list, e, NULL);
3275 Curl_llist_remove(timeoutlist, e, NULL);
3435 Curl_llist_remove(list, list->tail, NULL);
3504 Curl_llist_remove(&multi->pending, e, NULL);
Dconncache.c95 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
Dftp.c3876 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
3892 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()