Home
last modified time | relevance | path

Searched refs:r2 (Results 1 – 4 of 4) sorted by relevance

/curl/tests/http/
H A Dtest_10_proxy.py269 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
271 r2.check_response(count=2, http_status=200)
272 assert r2.total_connects == 1
295 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
297 r2.check_response(count=2, http_status=200)
298 assert r2.total_connects == 2
321 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
323 r2.check_response(count=2, http_status=200)
324 assert r2.total_connects == 2
349 r2.check_response(count=2, http_status=200)
[all …]
/curl/lib/
H A Dconncache.c869 CURLcode r1, r2; in cpool_run_conn_shutdown() local
890 r2 = Curl_conn_shutdown(data, SECONDARYSOCKET, &done2); in cpool_run_conn_shutdown()
892 r2 = CURLE_OK; in cpool_run_conn_shutdown()
897 *done = (r1 || r2 || (done1 && done2)); in cpool_run_conn_shutdown()
H A Dmulti.c687 CURLcode result, r2; in multi_done() local
742 r2 = Curl_xfer_write_done(data, premature); in multi_done()
743 if(r2 && !result) in multi_done()
744 result = r2; in multi_done()
H A Dhttp.c3659 CURLcode r2 = http_write_header(data, last_hd, last_hd_len); in http_on_response() local
3661 result = r2; in http_on_response()

Completed in 35 milliseconds