Home
last modified time | relevance | path

Searched refs:Curl_llist_head (Results 1 – 17 of 17) sorted by relevance

/curl/tests/unit/
H A Dunit1300.c78 fail_unless(Curl_llist_head(&llist) == NULL,
114 Curl_llist_insert_next(&llist, Curl_llist_head(&llist),
131 Curl_llist_insert_next(&llist, Curl_llist_head(&llist),
151 head = Curl_llist_head(&llist);
156 Curl_node_remove(Curl_llist_head(&llist));
160 fail_unless(Curl_llist_head(&llist) == element_next,
162 abort_unless(Curl_llist_head(&llist), "llist.head is NULL");
163 fail_unless(Curl_node_prev(Curl_llist_head(&llist)) == NULL,
181 to_remove = Curl_node_next(Curl_llist_head(&llist));
217 to_remove = Curl_llist_head(&llist);
[all …]
/curl/lib/
H A Dhash.c129 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_add2()
176 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_delete()
202 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_pick()
265 Curl_llist_head(list); /* get first list entry */ in Curl_hash_clean_with_criterium()
332 if(Curl_llist_head(&h->table[i])) { in Curl_hash_next_element()
333 iter->current_element = Curl_llist_head(&h->table[i]); in Curl_hash_next_element()
H A Dconncache.c438 curr = Curl_llist_head(&bundle->conns); in cpool_foreach()
465 conn_node = Curl_llist_head(&bundle->conns); in cpool_get_live_conn()
524 curr = Curl_llist_head(&bundle->conns); in cpool_bundle_get_oldest_idle()
630 e = Curl_llist_head(&cpool->shutdowns); in cpool_shutdown_discard_all()
682 e = Curl_llist_head(&cpool->shutdowns); in cpool_shutdown_destroy_oldest()
895 if(Curl_llist_head(&cpool->shutdowns)) { in cpool_add_pollfds()
935 if(Curl_llist_head(&cpool->shutdowns)) { in Curl_cpool_add_waitfds()
1093 e = Curl_llist_head(&cpool->shutdowns); in Curl_cpool_multi_socket()
1156 while(Curl_llist_head(&cpool->shutdowns)) { in cpool_shutdown_all()
1162 if(!Curl_llist_head(&cpool->shutdowns)) { in cpool_shutdown_all()
[all …]
H A Dheaders.c88 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()
107 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_header()
153 pick = Curl_llist_head(&data->state.httphdrs); in curl_easy_nextheader()
173 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_nextheader()
411 for(e = Curl_llist_head(&data->state.httphdrs); e; e = n) { in Curl_headers_cleanup()
H A Dllist.h66 struct Curl_llist_node *Curl_llist_head(struct Curl_llist *list);
H A Dhsts.c99 for(e = Curl_llist_head(&h->list); e; e = n) { in Curl_hsts_cleanup()
271 for(e = Curl_llist_head(&h->list); e; e = n) { in Curl_hsts()
386 for(e = Curl_llist_head(&h->list); e; e = n) { in Curl_hsts_save()
407 for(e = Curl_llist_head(&h->list); e; e = n) { in Curl_hsts_save()
H A Daltsvc.c344 for(e = Curl_llist_head(&altsvc->list); e; e = n) { in Curl_altsvc_cleanup()
384 for(e = Curl_llist_head(&altsvc->list); e; e = n) { in Curl_altsvc_save()
445 for(e = Curl_llist_head(&asi->list); e; e = n) { in altsvc_flush()
685 for(e = Curl_llist_head(&asi->list); e; e = n) { in Curl_altsvc_lookup()
H A Dcookie.c392 for(n = Curl_llist_head(&ci->cookielist[i]); n; n = e) { in remove_expired()
992 for(n = Curl_llist_head(&ci->cookielist[myhash]); n; n = Curl_node_next(n)) { in replace_existing()
1372 for(n = Curl_llist_head(&ci->cookielist[myhash]); in Curl_cookie_getlist()
1424 n = Curl_llist_head(list); in Curl_cookie_getlist()
1460 for(n = Curl_llist_head(&ci->cookielist[i]); n;) { in Curl_cookie_clearall()
1485 struct Curl_llist_node *n = Curl_llist_head(&ci->cookielist[i]); in Curl_cookie_clearsess()
1600 for(n = Curl_llist_head(&ci->cookielist[i]); n; in cookie_output()
1661 for(n = Curl_llist_head(&data->cookies->cookielist[i]); n; in cookie_list()
H A Dmulti.c891 for(e = Curl_llist_head(&multi->msglist); e; e = Curl_node_next(e)) { in curl_multi_remove_handle()
1423 for(e = Curl_llist_head(&multi->process); e && !result;
3003 for(e = Curl_llist_head(&multi->process); e; e = n) {
3094 for(e = Curl_llist_head(&multi->process); e; e = n) {
3171 e = Curl_llist_head(&multi->msglist);
3439 for(e = Curl_llist_head(list); e;) {
3451 e = Curl_llist_head(list);
3548 for(e = Curl_llist_head(&multi->process); e && !result;
3875 for(e = Curl_llist_head(timeoutlist); e; e = Curl_node_next(e)) {
3911 for(e = Curl_llist_head(timeoutlist); e; e = Curl_node_next(e)) {
[all …]
H A Dllist.c205 struct Curl_llist_node *Curl_llist_head(struct Curl_llist *list) in Curl_llist_head() function
H A Deasy.c614 struct Curl_llist_node *e = Curl_llist_head(&multi->process); in wait_or_timeout()
H A Dftp.c3874 struct Curl_llist_node *head = Curl_llist_head(&wildcard->filelist); in wc_statemach()
3918 Curl_node_remove(Curl_llist_head(&wildcard->filelist)); in wc_statemach()
3936 Curl_node_remove(Curl_llist_head(&wildcard->filelist)); in wc_statemach()
H A Durl.c938 struct Curl_llist_node *e = Curl_llist_head(&conn->easyq); in url_match_conn()
H A Dhttp.c2273 for(n = Curl_llist_head(&list); n; n = Curl_node_next(n)) { in Curl_http_cookies()
/curl/lib/vquic/
H A Dcurl_quiche.c206 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in check_resumes()
305 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in get_stream_easy()
327 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_quiche_expire_conn_closed()
H A Dcurl_osslq.c688 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_get_qstream()
1442 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_progress_ingress()
1470 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_check_and_unblock()
H A Dcurl_ngtcp2.c306 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in get_stream_easy()

Completed in 123 milliseconds