Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1300.c152 Curl_llist_remove(&llist, llist.head, NULL);
181 Curl_llist_remove(&llist, to_remove, NULL);
200 Curl_llist_remove(&llist, to_remove, NULL);
214 Curl_llist_remove(&llist, to_remove, NULL);
/third_party/curl/lib/
Dllist.c95 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.c127 Curl_llist_remove(l, le, (void *)h); in Curl_hash_add()
161 Curl_llist_remove(l, le, (void *) h); in Curl_hash_delete()
266 Curl_llist_remove(list, le, (void *) h); in Curl_hash_clean_with_criterium()
Dllist.h48 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
Dhsts.c218 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts_parse()
273 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts()
Dmulti.c891 Curl_llist_remove(&multi->pending, &data->connect_queue, NULL); in curl_multi_remove_handle()
893 Curl_llist_remove(&multi->msgsent, &data->connect_queue, NULL); in curl_multi_remove_handle()
961 Curl_llist_remove(&multi->msglist, e, NULL); in curl_multi_remove_handle()
996 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connection()
2881 Curl_llist_remove(&multi->msglist, e, NULL);
3143 Curl_llist_remove(list, e, NULL);
3516 Curl_llist_remove(timeoutlist, e, NULL);
3674 Curl_llist_remove(list, list->tail, NULL);
3747 Curl_llist_remove(&multi->pending, e, NULL);
Daltsvc.c462 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush()
703 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
Dheaders.c249 Curl_llist_remove(&data->state.httphdrs, &hs->node, NULL); in unfold_value()
Dconncache.c86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
Dftp.c3956 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
3973 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()