Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 47) sorted by relevance

12

/curl/tests/http/
H A Dtest_10_proxy.py70 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
85 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
92 @pytest.mark.skipif(condition=not Env.have_nghttpx(),
122 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
135 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
146 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
168 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
198 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
227 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
250 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
[all …]
H A Dtest_13_proxy_auth.py40 @pytest.mark.skipif(condition=Env.setup_incomplete(),
81 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
83 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
92 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
94 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
122 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
123 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
140 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
141 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
H A Dtest_01_basic.py53 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
62 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
71 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
89 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
105 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
H A Dtest_08_caddy.py37 @pytest.mark.skipif(condition=not Env.has_caddy(), reason=f"missing caddy")
38 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
114 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
115 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
130 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
131 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
146 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
148 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
H A Dtest_06_eyeballs.py48 @pytest.mark.skipif(condition=not Env.have_h3(), reason=f"missing HTTP/3 support")
57 @pytest.mark.skipif(condition=not Env.have_h3(), reason=f"missing HTTP/3 support")
66 @pytest.mark.skipif(condition=not Env.have_h3(), reason=f"missing HTTP/3 support")
76 @pytest.mark.skipif(condition=not Env.have_h3(), reason=f"missing HTTP/3 support")
H A Dtest_12_reuse.py40 @pytest.mark.skipif(condition=Env.curl_uses_lib('bearssl'), reason='BearSSL too slow')
41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
63 @pytest.mark.skipif(condition=Env.httpd_is_at_least('2.5.0'),
83 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
H A Dtest_11_unix.py109 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason=f"curl without SSL")
120 @pytest.mark.skipif(condition=not Env.have_h3(), reason='h3 not supported')
H A Dtest_04_stuttered.py38 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
39 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
/curl/docs/libcurl/opts/
H A DCURLINFO_CONDITION_UNMET.md32 Pass a pointer to a long to receive the number 1 if the condition provided in
35 because it did not fulfill the condition. The long this argument points to
36 gets a zero stored if the condition instead was met. This can also return 1 if
64 /* check the time condition */
68 printf("The time condition was %sfulfilled\n", unmet?"NOT":"");
H A DCURLOPT_TIMECONDITION.md17 CURLOPT_TIMECONDITION - select condition for a time request
34 this feature has no effect even if the given time condition would not have
37 "transfer" was due to this condition not matching.
H A DCURLOPT_TIMEVALUE.md30 since 1 Jan 1970, and the time is used in a condition as specified with
/curl/lib/
H A Dversion_win32.c78 const VersionCondition condition) in curlx_verify_windows_version() argument
90 switch(condition) { in curlx_verify_windows_version()
126 switch(condition) { in curlx_verify_windows_version()
220 switch(condition) { in curlx_verify_windows_version()
301 (condition == VERSION_EQUAL || in curlx_verify_windows_version()
302 ((condition == VERSION_GREATER_THAN_EQUAL || in curlx_verify_windows_version()
303 condition == VERSION_LESS_THAN_EQUAL) && in curlx_verify_windows_version()
H A Dversion_win32.h52 const VersionCondition condition);
/curl/tests/data/
H A Dtest28624 condition in the TFTP transmit code.
59 condition in the TFTP transmit code.
H A Dtest12622 # similar to test 139 but with a reversed time condition
H A Dtest24720 FTP upload time condition evaluates TRUE => skip upload
H A Dtest125530 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
H A Dtest125233 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
H A Dtest24820 FTP upload time condition evaluates FALSE => upload anyway
H A Dtest125330 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
H A Dtest125630 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
H A Dtest125730 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
H A Dtest28415 condition in the TFTP receive code.
/curl/docs/cmdline-opts/
H A Dtime-cond.md7 Help: Transfer based on a time condition
34 proceeds to do the transfer without a time condition.
/curl/docs/examples/
H A Dghiper.c180 static gboolean event_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in event_cb() argument
187 ((condition & G_IO_IN) ? CURL_CSELECT_IN : 0) | in event_cb()
188 ((condition & G_IO_OUT) ? CURL_CSELECT_OUT : 0); in event_cb()
331 static gboolean fifo_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in fifo_cb() argument

Completed in 42 milliseconds

12