Searched refs:Curl_llist_remove (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1300.c | 150 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/ |
D | llist.c | 93 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()
|
D | hash.c | 118 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()
|
D | llist.h | 46 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
|
D | hsts.c | 206 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts_parse() 250 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts()
|
D | multi.c | 777 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);
|
D | altsvc.c | 402 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush() 621 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
|
D | conncache.c | 96 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
|
D | ftp.c | 3946 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()
|