Searched refs:Curl_llist_remove (Results 1 – 8 of 8) sorted by relevance
/external/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);
|
/external/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 | altsvc.c | 412 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush() 629 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
|
D | multi.c | 791 Curl_llist_remove(&multi->pending, &data->connect_queue, NULL); in curl_multi_remove_handle() 840 Curl_llist_remove(&multi->msglist, e, NULL); in curl_multi_remove_handle() 882 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); 3275 Curl_llist_remove(timeoutlist, e, NULL); 3435 Curl_llist_remove(list, list->tail, NULL); 3504 Curl_llist_remove(&multi->pending, e, NULL);
|
D | conncache.c | 95 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
|
D | ftp.c | 3876 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach() 3892 Curl_llist_remove(&wildcard->filelist, wildcard->filelist.head, NULL); in wc_statemach()
|