Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 29) sorted by relevance

12

/curl/tests/http/
H A Dtest_07_upload.py58 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto): argument
73 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto): argument
165 def test_07_14_upload_stdin(self, env: Env, httpd, nghttpx, proto, indata): argument
180 def test_07_15_hx_put(self, env: Env, httpd, nghttpx, proto): argument
196 def test_07_16_hx_put_reuse(self, env: Env, httpd, nghttpx, proto): argument
212 def test_07_17_hx_post_reuse(self, env: Env, httpd, nghttpx, proto): argument
282 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto): argument
302 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto): argument
322 def test_07_32_issue_10591(self, env: Env, httpd, nghttpx, repeat, proto): argument
433 def test_07_37_upload_307(self, env: Env, httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_02_download.py83 httpd, nghttpx, repeat, proto): argument
95 httpd, nghttpx, repeat, proto): argument
151 httpd, nghttpx, repeat, proto): argument
170 httpd, nghttpx, repeat, proto): argument
184 httpd, nghttpx, repeat, proto): argument
195 httpd, nghttpx, repeat, proto): argument
210 httpd, nghttpx, repeat, proto): argument
223 httpd, nghttpx, repeat, proto): argument
238 httpd, nghttpx, repeat, proto): argument
251 httpd, nghttpx, repeat, proto): argument
[all …]
H A Dtest_08_caddy.py72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto): argument
85 repeat, proto): argument
99 repeat, proto): argument
122 repeat, proto): argument
138 repeat, proto): argument
154 repeat, proto): argument
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto): argument
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto): argument
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto): argument
H A Dtest_14_auth.py49 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto): argument
59 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
71 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument
84 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
101 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
121 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_19_shutdown.py56 def test_19_01_check_tcp_rst(self, env: Env, httpd, repeat, proto): argument
71 def test_19_02_check_shutdown(self, env: Env, httpd, repeat, proto): argument
88 def test_19_03_shutdown_by_server(self, env: Env, httpd, repeat, proto): argument
107 def test_19_04_shutdown_by_curl(self, env: Env, httpd, proto, repeat): argument
130 def test_19_05_event_shutdown_by_server(self, env: Env, httpd, proto, repeat): argument
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_17_ssl_use.py105 def test_17_03_trailing_dot(self, env: Env, proto): argument
120 def test_17_04_double_dot(self, env: Env, proto): argument
142 def test_17_05_ip_addr(self, env: Env, proto): argument
161 def test_17_06_localhost(self, env: Env, proto): argument
251 def test_17_08_cert_status(self, env: Env, proto): argument
347 def test_17_11_wrong_host(self, env: Env, proto): argument
358 def test_17_12_insecure(self, env: Env, proto): argument
H A Dtest_04_stuttered.py51 proto): argument
67 httpd, nghttpx, repeat, proto): argument
89 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
111 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_05_errors.py50 proto): argument
73 proto): argument
120 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_16_info.py55 def test_16_01_info_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
70 def test_16_02_info_302_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
86 def test_16_03_info_upload(self, env: Env, httpd, nghttpx, proto, repeat): argument
107 def test_16_04_info_http_download(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_10_proxy.py73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat): argument
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto, argument
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat): argument
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto, argument
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto, argument
357 def test_10_14_proxys_ip_addr(self, env: Env, httpd, proto, repeat): argument
H A Dtest_12_reuse.py44 httpd, nghttpx, repeat, proto): argument
64 httpd, nghttpx, repeat, proto): argument
H A Dtest_01_basic.py91 def test_01_06_timings(self, env: Env, httpd, nghttpx, repeat, proto): argument
106 def test_01_07_head(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_18_methods.py51 def test_18_01_delete(self, env: Env, httpd, nghttpx, repeat, proto): argument
H A Dtest_13_proxy_auth.py124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
/curl/tests/libtest/
H A Dlib1597.c42 const char *const *proto; in test() local
/curl/src/
H A Dtool_paramhlp.c309 static size_t protoset_index(const char * const *protoset, const char *proto) in protoset_index()
322 static void protoset_set(const char **protoset, const char *proto) in protoset_set()
336 static void protoset_clear(const char **protoset, const char *proto) in protoset_clear()
371 size_t proto; in proto2num() local
H A Dtool_libinfo.c202 const char *proto_token(const char *proto) in proto_token()
H A Dtool_operate.c787 const char *proto = NULL; in url_proto_and_rewrite() local
/curl/lib/vtls/
H A Drustls.c652 struct alpn_proto_buf proto; in cr_init_backend() local
849 uint16_t proto = rustls_connection_get_protocol_version(rconn); in cr_connect_common() local
H A Dbearssl.c629 struct alpn_proto_buf proto; in bearssl_connect_step1() local
827 const char *proto; in bearssl_connect_step3() local
H A Dmbedtls.c927 struct alpn_proto_buf proto; local
1105 const char *proto = mbedtls_ssl_get_alpn_protocol(&backend->ssl); local
H A Dgtls.c1179 struct alpn_proto_buf proto; in gtls_connect_step1() local
1868 gnutls_datum_t proto; in gtls_connect_common() local
H A Dvtls.c2253 const char *proto) in Curl_alpn_contains_proto()
2267 const unsigned char *proto, in Curl_alpn_set_negotiated()
H A Dschannel.c999 struct alpn_proto_buf proto; in schannel_connect_step1() local
/curl/lib/
H A Dopenldap.c194 int proto; /* LDAP_PROTO_TCP/LDAP_PROTO_UDP/LDAP_PROTO_IPC */ member

Completed in 83 milliseconds

12