Searched refs:enabled (Results 1 – 25 of 107) sorted by relevance
12345
/curl/lib/ |
H A D | setopt.c | 261 bool enabled = (0 != arg); in setopt_long() local 305 data->set.reuse_fresh = enabled; in setopt_long() 312 data->set.verbose = enabled; in setopt_long() 590 if(enabled) { in setopt_long() 649 if(enabled) in setopt_long() 745 data->set.list_only = enabled; in setopt_long() 904 data->set.crlf = enabled; in setopt_long() 1040 data->set.no_signal = enabled; in setopt_long() 1102 data->set.ignorecl = enabled; in setopt_long() 1209 data->set.sasl_ir = enabled; in setopt_long() [all …]
|
H A D | cf-https-connect.c | 58 BIT(enabled); 76 return b->enabled && b->cf && !b->result; in cf_hc_baller_is_active() 278 if(ctx->h3_baller.enabled) { in cf_hc_connect() 280 if(ctx->h21_baller.enabled) in cf_hc_connect() 283 else if(ctx->h21_baller.enabled) in cf_hc_connect() 312 if((!ctx->h3_baller.enabled || ctx->h3_baller.result) && in cf_hc_connect() 316 result = ctx->result = ctx->h3_baller.enabled ? in cf_hc_connect() 430 cfb = ctx->h21_baller.enabled ? ctx->h21_baller.cf : NULL; in cf_get_max_baller_time() 436 cfb = ctx->h3_baller.enabled ? ctx->h3_baller.cf : NULL; in cf_get_max_baller_time() 553 ctx->h3_baller.enabled = try_h3; in cf_hc_create() [all …]
|
H A D | amigaos.c | 86 ULONG enabled = 0; in Curl_amiga_init() local 89 SBTM_GETREF(SBTC_HAVE_GETHOSTADDR_R_API), (ULONG)&enabled, in Curl_amiga_init() 92 if(enabled) { in Curl_amiga_init()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTP_TRANSFER_DECODING.md | 25 long enabled); 31 transfer decoding is disabled, if set to 1 it is enabled (default). libcurl 37 decoding enabled.
|
H A D | CURLOPT_HTTP_CONTENT_DECODING.md | 26 long enabled); 32 content decoding is disabled. If set to 1 it is enabled. Libcurl has no
|
H A D | CURLOPT_PROXY_TRANSFER_MODE.md | 27 long enabled); 68 enabled value is not supported.
|
H A D | CURLOPT_SSL_SESSIONID_CACHE.md | 29 long enabled); 36 enabled. While nothing ever should get hurt by attempting to reuse SSL
|
H A D | CURLMOPT_PIPELINING.md | 36 With multiplexing enabled, libcurl attempts to do multiple transfers over the 74 Since 7.62.0, **CURLPIPE_MULTIPLEX** is enabled by default.
|
H A D | CURLOPT_FTP_USE_EPRT.md | 24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_USE_EPRT, long enabled); 30 doing active FTP downloads (which is enabled by
|
H A D | CURLOPT_DISALLOW_USERNAME_IN_URL.md | 67 enabled and a URL containing a username is specified.
|
H A D | CURLOPT_SSL_ENABLE_ALPN.md | 37 1, enabled
|
/curl/ |
H A D | curl-config.in | 49 --features newline separated list of enabled features 53 --protocols newline separated list of enabled protocols
|
/curl/docs/libcurl/ |
H A D | curl_global_trace.md | 65 enabled. See CURLOPT_VERBOSE(3) or CURLOPT_DEBUGFUNCTION(3) on how to control 80 Tracing of FTP operations when this protocol is enabled in your build. 110 Tracing of SMTP operations when this protocol is enabled in your build. 118 Tracing of WebSocket operations when this protocol is enabled in your build. 157 of an enabled component appears at the beginning in brackets.
|
/curl/docs/cmdline-opts/ |
H A D | socks5-basic.md | 18 username/password authentication is enabled by default. Use --socks5-gssapi to
|
H A D | socks5-gssapi.md | 18 authentication is enabled by default (if curl is compiled with GSS-API
|
H A D | no-alpn.md | 21 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
|
H A D | no-npn.md | 24 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
|
H A D | cert-status.md | 21 If this option is enabled and the server sends an invalid (e.g. expired)
|
H A D | ftp-skip-pasv-ip.md | 22 This option is enabled by default (added in 7.74.0).
|
H A D | doh-cert-status.md | 22 If this option is enabled and the DoH server sends an invalid (e.g. expired)
|
/curl/tests/data/ |
H A D | test116 | 24 # EPRT is only sent when IPv6 is enabled
|
H A D | test1455 | 37 HTTP GET when PROXY Protocol enabled
|
H A D | test3201 | 37 HTTP GET when PROXY Protocol enabled and spoofed client IP
|
/curl/m4/ |
H A D | curl-bearssl.m4 | 47 AC_DEFINE(USE_BEARSSL, 1, [if BearSSL is enabled]) 74 AC_DEFINE(USE_BEARSSL, 1, [if BearSSL is enabled])
|
H A D | curl-mbedtls.m4 | 47 AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled]) 74 AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled])
|
Completed in 36 milliseconds
12345