/curl/tests/http/ |
H A D | test_10_proxy.py | 70 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 85 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="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="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="curl without SSL") 198 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 227 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 250 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") [all …]
|
H A D | test_13_proxy_auth.py | 37 @pytest.mark.skipif(condition=Env.setup_incomplete(), 78 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 80 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available") 89 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 91 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available") 119 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available") 120 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'), 137 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available") 138 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
|
H A D | test_01_basic.py | 53 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 62 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 71 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="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="curl without SSL") 105 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
H A D | test_06_eyeballs.py | 46 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support") 55 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support") 64 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support") 74 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
|
H A D | test_08_caddy.py | 40 @pytest.mark.skipif(condition=not Env.has_caddy(), reason="missing caddy") 41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 118 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests") 119 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs") 134 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests") 135 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs") 150 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests") 152 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
|
H A D | test_12_reuse.py | 38 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 60 @pytest.mark.skipif(condition=Env.httpd_is_at_least('2.5.0'), 80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
|
H A D | test_11_unix.py | 112 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 123 @pytest.mark.skipif(condition=not Env.have_h3(), reason='h3 not supported')
|
H A D | test_04_stuttered.py | 37 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests") 38 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
|
H A D | test_19_shutdown.py | 54 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available") 69 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_CONDITION_UNMET.md | 32 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 D | CURLOPT_TIMECONDITION.md | 17 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.
|
/curl/lib/ |
H A D | version_win32.c | 78 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 D | version_win32.h | 52 const VersionCondition condition);
|
/curl/tests/data/ |
H A D | test286 | 24 condition in the TFTP transmit code. 59 condition in the TFTP transmit code.
|
H A D | test1262 | 2 # similar to test 139 but with a reversed time condition
|
H A D | test247 | 20 FTP upload time condition evaluates TRUE => skip upload
|
H A D | test1255 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test248 | 20 FTP upload time condition evaluates FALSE => upload anyway
|
H A D | test1252 | 33 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test284 | 15 condition in the TFTP receive code.
|
H A D | test1256 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1257 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1253 | 30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
/curl/docs/cmdline-opts/ |
H A D | time-cond.md | 7 Help: Transfer based on a time condition 34 proceeds to do the transfer without a time condition.
|
/curl/docs/examples/ |
H A D | ghiper.c | 180 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
|