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.py104 shutdowns = [l for l in r.trace_lines if re.match(r'.*CCACHE\] shutdown #\d+, done=1', l)]
105 assert len(shutdowns) == count, f'{shutdowns}'
126 shutdowns = [l for l in r.trace_lines if re.match(r'.*CCACHE\] shutdown #\d+, done=1', l)]
127 assert len(shutdowns) == count, f'{shutdowns}'
173 shutdowns = [l for l in r.trace_lines if re.match(r'.*CCACHE\] shutdown #\d+, done=1', l)]
174 assert len(shutdowns) == 1, f'{shutdowns}'
/curl/lib/
H A Dconncache.c156 Curl_llist_init(&cpool->shutdowns, NULL); in Curl_cpool_init()
413 DEBUGASSERT(list == &cpool->shutdowns); in cpool_remove_conn()
642 e = Curl_llist_head(&cpool->shutdowns); in cpool_shutdown_discard_all()
694 e = Curl_llist_head(&cpool->shutdowns); in cpool_shutdown_destroy_oldest()
907 if(Curl_llist_head(&cpool->shutdowns)) { in cpool_add_pollfds()
912 for(e = Curl_llist_head(&cpool->shutdowns); e; in cpool_add_pollfds()
947 if(Curl_llist_head(&cpool->shutdowns)) { in Curl_cpool_add_waitfds()
952 for(e = Curl_llist_head(&cpool->shutdowns); e; in Curl_cpool_add_waitfds()
1105 e = Curl_llist_head(&cpool->shutdowns); in Curl_cpool_multi_socket()
1168 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 10 milliseconds