Searched refs:with_stats (Results 1 – 14 of 14) sorted by relevance
/curl/tests/http/testenv/ |
H A D | curl.py | 529 with_stats=with_stats, 561 with_stats=with_stats, 583 with_stats=with_stats, 603 with_stats=with_stats, 628 with_stats=with_stats, 649 with_stats=with_stats, 676 with_stats=with_stats, 692 return self.ftp_get(urls=urls, with_stats=with_stats, 722 with_stats=with_stats, 818 with_stats=with_stats, [all …]
|
/curl/tests/http/ |
H A D | test_13_proxy_auth.py | 64 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 74 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 85 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 97 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 105 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 115 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 130 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, 149 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True,
|
H A D | test_10_proxy.py | 65 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 79 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 117 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 129 r = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 140 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, 157 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, 185 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, 260 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 269 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, 285 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True, [all …]
|
H A D | test_31_vsftpds.py | 84 r = curl.ftp_ssl_get(urls=[url], with_stats=True) 98 r = curl.ftp_ssl_get(urls=[url], with_stats=True) 110 r = curl.ftp_ssl_get(urls=[url], with_stats=True) 122 r = curl.ftp_ssl_get(urls=[url], with_stats=True, extra_args=[ 138 r = curl.ftp_ssl_upload(urls=[url], fupload=f'{srcfile}', with_stats=True) 153 r = curl.ftp_ssl_get(urls=[url], with_stats=True, with_tcpdump=True) 169 … r = curl.ftp_ssl_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, with_tcpdump=True) 187 r = curl.ftp_ssl_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, 203 r = curl.ftp_ssl_get(urls=[url], with_stats=True, extra_args=[ 217 r = curl.ftp_ssl_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, extra_args=[ [all …]
|
H A D | test_30_vsftpd.py | 77 r = curl.ftp_get(urls=[url], with_stats=True) 91 r = curl.ftp_get(urls=[url], with_stats=True) 103 r = curl.ftp_get(urls=[url], with_stats=True) 115 r = curl.ftp_get(urls=[url], with_stats=True, extra_args=[ 131 r = curl.ftp_upload(urls=[url], fupload=f'{srcfile}', with_stats=True) 146 r = curl.ftp_get(urls=[url], with_stats=True, with_tcpdump=True) 161 r = curl.ftp_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, with_tcpdump=True) 172 r = curl.ftp_get(urls=[url], with_stats=True, extra_args=[ 186 r = curl.ftp_upload(urls=[url], fupload=f'{srcfile}', with_stats=True, extra_args=[
|
H A D | test_11_unix.py | 105 r = curl.http_download(urls=[url], with_stats=True, 116 r = curl.http_download(urls=[url], with_stats=True, 127 r = curl.http_download(urls=[url], with_stats=True,
|
H A D | test_12_reuse.py | 94 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[ 116 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[ 138 r = curl.http_download(urls=[urln], with_stats=True, extra_args=[
|
H A D | test_16_info.py | 61 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True) 76 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True, extra_args=[ 111 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True)
|
H A D | test_01_basic.py | 96 r = curl.http_download(urls=[url], alpn_proto=proto, with_stats=True) 111 r = curl.http_download(urls=[url], with_stats=True, with_headers=True,
|
H A D | test_09_push.py | 67 r = curl.http_download(urls=[url], alpn_proto='h2', with_stats=False,
|
H A D | test_07_upload.py | 342 r = curl.run_direct(with_stats=True, args=[ 364 r = curl.run_direct(with_stats=True, args=[ 386 r = curl.run_direct(with_stats=True, args=[
|
H A D | test_17_ssl_use.py | 86 r = curl.http_download(urls=[urln], alpn_proto=proto, with_stats=True,
|
H A D | test_02_download.py | 158 with_stats=True, extra_args=[ 175 with_stats=True, extra_args=[
|
H A D | scorecard.py | 90 r = curl.run_direct(args=args, with_stats=True) 395 with_stats=False, extra_args=extra_args)
|
Completed in 24 milliseconds