Searched refs:Curl_llist_remove (Results 1 - 10 of 10) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1300.c | 136 /* unit tests for Curl_llist_remove */ 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/ |
H A 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()
|
H A 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()
|
H A D | llist.h | 48 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
|
H A D | multi.c | 869 Curl_llist_remove(&multi->pending, &data->connect_queue, NULL); in curl_multi_remove_handle() 871 Curl_llist_remove(&multi->msgsent, &data->connect_queue, NULL); in curl_multi_remove_handle() 939 Curl_llist_remove(&multi->msglist, e, NULL); in curl_multi_remove_handle() 974 Curl_llist_remove(&conn->easyq, &data->conn_queue, NULL); in Curl_detach_connection() 2921 Curl_llist_remove(&multi->msglist, e, NULL); 3165 Curl_llist_remove(list, e, NULL); 3541 Curl_llist_remove(timeoutlist, e, NULL); 3699 Curl_llist_remove(list, list->tail, NULL); 3772 Curl_llist_remove(&multi->pending, e, NULL);
|
H A D | altsvc.c | 459 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush() 700 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
|
H A D | hsts.c | 223 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts_parse() 278 Curl_llist_remove(&h->list, &sts->node, NULL); in Curl_hsts()
|
H A D | headers.c | 249 Curl_llist_remove(&data->state.httphdrs, &hs->node, NULL); in unfold_value()
|
H A D | conncache.c | 86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
|
H A D | ftp.c | 3949 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach() 3966 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
|
Completed in 14 milliseconds