Searched refs:Curl_llist_remove (Results 1 – 10 of 10) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1300.c | 152 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/ |
D | llist.c | 95 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 | 127 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()
|
D | llist.h | 48 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
|
D | hsts.c | 218 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts_parse() 273 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts()
|
D | multi.c | 891 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);
|
D | altsvc.c | 462 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush() 703 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
|
D | headers.c | 249 Curl_llist_remove(&data->state.httphdrs, &hs->node, NULL); in unfold_value()
|
D | conncache.c | 86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
|
D | ftp.c | 3956 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()
|