Home
last modified time | relevance | path

Searched refs:shutdowns (Results 1 – 3 of 3) sorted by relevance

/curl/tests/http/
H A Dtest_19_shutdown.py100 shutdowns = [line for line in r.trace_lines
102 assert len(shutdowns) == count, f'{shutdowns}'
123 shutdowns = [line for line in r.trace_lines
125 assert len(shutdowns) == count, f'{shutdowns}'
173 shutdowns = [line for line in r.trace_lines
175 assert len(shutdowns) == 1, f'{shutdowns}'
/curl/lib/
H A Dconncache.c156 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 …]
H A Dconncache.h57 struct Curl_llist shutdowns; /* The connections being shut down */ member

Completed in 9 milliseconds