Searched refs:shutdowns (Results 1 – 3 of 3) sorted by relevance
100 shutdowns = [line for line in r.trace_lines102 assert len(shutdowns) == count, f'{shutdowns}'123 shutdowns = [line for line in r.trace_lines125 assert len(shutdowns) == count, f'{shutdowns}'173 shutdowns = [line for line in r.trace_lines175 assert len(shutdowns) == 1, f'{shutdowns}'
156 Curl_llist_init(&cpool->shutdowns, NULL); in Curl_cpool_init()401 DEBUGASSERT(list == &cpool->shutdowns); in cpool_remove_conn()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()900 for(e = Curl_llist_head(&cpool->shutdowns); e; in cpool_add_pollfds()935 if(Curl_llist_head(&cpool->shutdowns)) { in Curl_cpool_add_waitfds()940 for(e = Curl_llist_head(&cpool->shutdowns); e; 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()[all …]
57 struct Curl_llist shutdowns; /* The connections being shut down */ member
Completed in 9 milliseconds