Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dtest_10_proxy.py262 r1.check_response(count=1, http_status=200)
263 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
266 x2_args = r1.args[1:]
287 r1.check_response(count=1, http_status=200)
288 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
291 x2_args = r1.args[1:]
313 r1.check_response(count=1, http_status=200)
314 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
317 x2_args = r1.args[1:]
339 r1.check_response(count=1, http_status=200)
[all …]
/curl/lib/
H A Dconncache.c869 CURLcode r1, r2; in cpool_run_conn_shutdown() local
883 r1 = Curl_conn_shutdown(data, FIRSTSOCKET, &done1); in cpool_run_conn_shutdown()
885 r1 = CURLE_OK; in cpool_run_conn_shutdown()
897 *done = (r1 || r2 || (done1 && done2)); in cpool_run_conn_shutdown()
/curl/.github/workflows/
H A Dwindows.yml425 …_mingw/releases/download/9.5.0-10.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-9.5.0-mingw-w64msvcrt…

Completed in 18 milliseconds