Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
H A Dunit1300.c136 /* 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 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()
H A 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()
H A Dllist.h48 void Curl_llist_remove(struct Curl_llist *, struct Curl_llist_element *,
H A Dmulti.c869 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 Daltsvc.c459 Curl_llist_remove(&asi->list, e, NULL); in altsvc_flush()
700 Curl_llist_remove(&asi->list, e, NULL); in Curl_altsvc_lookup()
H A Dhsts.c223 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 Dheaders.c249 Curl_llist_remove(&data->state.httphdrs, &hs->node, NULL); in unfold_value()
H A Dconncache.c86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
H A Dftp.c3949 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