Home
last modified time | relevance | path

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

12345

/curl/lib/
H A Dsetopt.c261 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 Dcf-https-connect.c58 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 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.md25 long enabled);
31 transfer decoding is disabled, if set to 1 it is enabled (default). libcurl
37 decoding enabled.
H A DCURLOPT_HTTP_CONTENT_DECODING.md26 long enabled);
32 content decoding is disabled. If set to 1 it is enabled. Libcurl has no
H A DCURLOPT_PROXY_TRANSFER_MODE.md27 long enabled);
68 enabled value is not supported.
H A DCURLOPT_SSL_SESSIONID_CACHE.md29 long enabled);
36 enabled. While nothing ever should get hurt by attempting to reuse SSL
H A DCURLMOPT_PIPELINING.md36 With multiplexing enabled, libcurl attempts to do multiple transfers over the
74 Since 7.62.0, **CURLPIPE_MULTIPLEX** is enabled by default.
H A DCURLOPT_FTP_USE_EPRT.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_USE_EPRT, long enabled);
30 doing active FTP downloads (which is enabled by
H A DCURLOPT_DISALLOW_USERNAME_IN_URL.md67 enabled and a URL containing a username is specified.
H A DCURLOPT_SSL_ENABLE_ALPN.md37 1, enabled
/curl/
H A Dcurl-config.in49 --features newline separated list of enabled features
53 --protocols newline separated list of enabled protocols
/curl/docs/libcurl/
H A Dcurl_global_trace.md65 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 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 Dcert-status.md21 If this option is enabled and the server sends an invalid (e.g. expired)
H A Dftp-skip-pasv-ip.md22 This option is enabled by default (added in 7.74.0).
H A Ddoh-cert-status.md22 If this option is enabled and the DoH server sends an invalid (e.g. expired)
/curl/tests/data/
H A Dtest11624 # EPRT is only sent when IPv6 is enabled
H A Dtest145537 HTTP GET when PROXY Protocol enabled
H A Dtest320137 HTTP GET when PROXY Protocol enabled and spoofed client IP
/curl/m4/
H A Dcurl-bearssl.m447 AC_DEFINE(USE_BEARSSL, 1, [if BearSSL is enabled])
74 AC_DEFINE(USE_BEARSSL, 1, [if BearSSL is enabled])
H A Dcurl-mbedtls.m447 AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled])
74 AC_DEFINE(USE_MBEDTLS, 1, [if mbedTLS is enabled])

Completed in 36 milliseconds

12345