Searched refs:Curl_node_next (Results 1 – 15 of 15) sorted by relevance
116 fail_unless(Curl_node_elem(Curl_node_next(Curl_llist_head(&llist))) ==133 fail_unless(Curl_node_elem(Curl_node_next(Curl_llist_head(&llist))) ==153 element_next = Curl_node_next(head);181 to_remove = Curl_node_next(Curl_llist_head(&llist));183 element_next = Curl_node_next(to_remove);186 fail_unless(Curl_node_next(element_prev) == element_next,251 fail_unless(Curl_node_elem(Curl_node_next(Curl_llist_head(&llist))) ==266 fail_unless(Curl_node_elem(Curl_node_next(Curl_llist_head(&llist))) ==
88 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()150 pick = Curl_node_next(pick); in curl_easy_nextheader()161 pick = Curl_node_next(pick); in curl_easy_nextheader()173 for(e = Curl_llist_head(&data->state.httphdrs); e; e = Curl_node_next(e)) { in curl_easy_nextheader()413 n = Curl_node_next(e); in Curl_headers_cleanup()
131 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_add2()178 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_delete()204 for(le = Curl_llist_head(l); le; le = Curl_node_next(le)) { in Curl_hash_pick()270 struct Curl_llist_node *lnext = Curl_node_next(le); in Curl_hash_clean_with_criterium()328 iter->current_element = Curl_node_next(iter->current_element); in Curl_hash_next_element()
455 curr = Curl_node_next(curr); in cpool_foreach()549 curr = Curl_node_next(curr); in cpool_bundle_get_oldest_idle()574 curr = Curl_node_next(curr)) { in cpool_get_oldest_idle()611 curr = Curl_node_next(curr); in Curl_cpool_find()637 e = Curl_node_next(e); in cpool_shutdown_dest_count()928 e = Curl_node_next(e)) { in cpool_add_pollfds()969 e = Curl_node_next(e)) { in Curl_cpool_add_waitfds()993 e = Curl_node_next(e)) { in Curl_cpool_setfds()1041 enext = Curl_node_next(e); in cpool_perform()1178 e = Curl_node_next(e); in Curl_cpool_multi_socket()[all …]
100 n = Curl_node_next(e); in Curl_hsts_cleanup()272 n = Curl_node_next(e); in Curl_hsts()386 n = Curl_node_next(e); in Curl_hsts_save()408 n = Curl_node_next(e); in Curl_hsts_save()
414 e = Curl_node_next(n); in remove_expired()1024 for(n = Curl_llist_head(&ci->cookielist[myhash]); n; n = Curl_node_next(n)) { in replace_existing()1405 n; n = Curl_node_next(n)) { in Curl_cookie_getlist()1458 for(i = 0; n; n = Curl_node_next(n)) in Curl_cookie_getlist()1494 struct Curl_llist_node *e = Curl_node_next(n); in Curl_cookie_clearall()1522 e = Curl_node_next(n); /* in case the node is removed, get it early */ in Curl_cookie_clearsess()1633 n = Curl_node_next(n)) { in cookie_output()1694 n = Curl_node_next(n)) { in cookie_list()
84 struct Curl_llist_node *Curl_node_next(struct Curl_llist_node *n);
352 n = Curl_node_next(e); in Curl_altsvc_cleanup()392 n = Curl_node_next(e); in Curl_altsvc_save()453 n = Curl_node_next(e); in altsvc_flush()698 n = Curl_node_next(e); in Curl_altsvc_lookup()
907 for(e = Curl_llist_head(&multi->msglist); e; e = Curl_node_next(e)) { in curl_multi_remove_handle()1178 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_fdset()1231 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) { in curl_multi_waitfds()1304 for(e = Curl_llist_head(&multi->process); e; e = Curl_node_next(e)) {1445 e = Curl_node_next(e)) {2758 n = Curl_node_next(e);2817 for(e = Curl_llist_head(&multi->msgsent); e; e = Curl_node_next(e)) {2849 n = Curl_node_next(e);3190 struct Curl_llist_node *n = Curl_node_next(e);3299 e = Curl_node_next(e)) {[all …]
255 struct Curl_llist_node *Curl_node_next(struct Curl_llist_node *n) in Curl_node_next() function
2401 for(n = Curl_llist_head(&list); n; n = Curl_node_next(n)) { in http_cookies()
273 n = Curl_node_next(n); in cf_scache_peer_remove_expired()284 n = Curl_node_next(n); in cf_scache_peer_remove_non13()1153 n = Curl_node_next(n); in Curl_ssl_session_export()
206 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()
695 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_get_qstream()1446 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_progress_ingress()1508 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in cf_osslq_check_and_unblock()
317 for(e = Curl_llist_head(&data->multi->process); e; e = Curl_node_next(e)) { in get_stream_easy()