Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 133) sorted by relevance

123456

/curl/lib/
H A Dcf-https-connect.c58 bool enabled; member
75 return b->enabled && b->cf && !b->result; in cf_hc_baller_is_active()
260 if(ctx->h3_baller.enabled) { in cf_hc_connect()
262 if(ctx->h21_baller.enabled) in cf_hc_connect()
265 else if(ctx->h21_baller.enabled) in cf_hc_connect()
294 if((!ctx->h3_baller.enabled || ctx->h3_baller.result) && in cf_hc_connect()
298 result = ctx->result = ctx->h3_baller.enabled? in cf_hc_connect()
369 cfb = ctx->h21_baller.enabled? ctx->h21_baller.cf : NULL; in cf_get_max_baller_time()
375 cfb = ctx->h3_baller.enabled? ctx->h3_baller.cf : NULL; in cf_get_max_baller_time()
464 ctx->h3_baller.enabled = try_h3; in cf_hc_create()
[all …]
H A Damigaos.c86 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 DCURLOPT_HTTP_TRANSFER_DECODING.md24 long enabled);
30 transfer decoding is disabled, if set to 1 it is enabled (default). libcurl
55 decoding enabled).
H A DCURLOPT_HTTP_CONTENT_DECODING.md25 long enabled);
31 content decoding is disabled. If set to 1 it is enabled. Libcurl has no
H A DCURLOPT_SSL_SESSIONID_CACHE.md28 long enabled);
35 enabled. While nothing ever should get hurt by attempting to reuse SSL
H A DCURLOPT_PROXY_TRANSFER_MODE.md26 long enabled);
67 enabled value is not supported.
H A DCURLMOPT_PIPELINING.md35 With multiplexing enabled, libcurl attempts to do multiple transfers over the
53 Since 7.62.0, **CURLPIPE_MULTIPLEX** is enabled by default.
H A DCURLOPT_FTP_USE_EPRT.md23 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_USE_EPRT, long enabled);
29 doing active FTP downloads (which is enabled by
H A DCURLOPT_SSL_VERIFYPEER.md48 When CURLOPT_SSL_VERIFYPEER(3) is enabled, and the verification fails to
73 1 - enabled
94 If built TLS enabled.
H A DCURLOPT_HTTPPOST.md94 As long as HTTP is enabled. Deprecated in 7.56.0.
98 Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
H A DCURLOPT_TRAILERDATA.md53 This option was added in curl 7.64.0 and is present if HTTP support is enabled
H A DCURLOPT_SSLCERT.md88 If built TLS enabled.
92 Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
H A DCURLOPT_SSL_CIPHER_LIST.md58 enabled.
94 If built TLS enabled.
H A DCURLOPT_PROXY_SSL_CIPHER_LIST.md59 enabled.
93 If built TLS enabled.
/curl/
H A Dcurl-config.in47 --features newline separated list of enabled features
51 --protocols newline separated list of enabled protocols
/curl/docs/cmdline-opts/
H A Dsocks5-basic.md18 username/password authentication is enabled by default. Use --socks5-gssapi to
H A Dsocks5-gssapi.md18 authentication is enabled by default (if curl is compiled with GSS-API
H A Dno-alpn.md21 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
H A Dno-npn.md24 Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
H A Dftp-skip-pasv-ip.md22 This option is enabled by default (added in 7.74.0).
H A Dcert-status.md21 If this option is enabled and the server sends an invalid (e.g. expired)
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md20 "debug enabled", which should never be true for a library used in production.
109 LDAP tracing is enabled if this variable exists and its value is 1 or greater.
119 OpenLDAP tracing is enabled if this variable exists and its value is 1 or
H A Dcurl_global_trace.md64 enabled. See CURLOPT_VERBOSE(3) or CURLOPT_DEBUGFUNCTION(3) on how to control
79 Tracing of FTP operations when this protocol is enabled in your build.
125 of an enabled component appears at the beginning in brackets.
/curl/tests/data/
H A Dtest11624 # EPRT is only sent when IPv6 is enabled
H A Dtest145537 HTTP GET when PROXY Protocol enabled

Completed in 82 milliseconds

123456