Home
last modified time | relevance | path

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

/third_party/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);
/third_party/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 *,
Dhsts.c206 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts_parse()
250 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts()
Dmulti.c777 Curl_llist_remove(&multi->pending, &data->connect_queue, NULL); in curl_multi_remove_handle()
826 Curl_llist_remove(&multi->msglist, e, NULL); in curl_multi_remove_handle()
838 Curl_llist_remove(&multi->pending, e, NULL); in curl_multi_remove_handle()
881 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);
3274 Curl_llist_remove(timeoutlist, e, NULL);
3432 Curl_llist_remove(list, list->tail, NULL);
3503 Curl_llist_remove(&multi->pending, e, NULL);
Daltsvc.c402 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush()
621 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
Dconncache.c96 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
Dftp.c3946 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
3963 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()