Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/curl/tests/
H A Dprocesshelp.pm362 my ($piddir, $proto, $ipvnum, $idnum, $verbose, $which) = @_;
369 die "unsupported sockfilter: $which"
370 if($which && ($which !~ /^(main|data)$/));
374 if(!$which || ($which eq 'main')) {
388 if(!$which || ($which eq 'data')) {
/curl/docs/libcurl/opts/
H A DCURLOPT_SOCKS5_AUTH.md29 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
31 supported flags are *CURLAUTH_BASIC*, which allows username/password
32 authentication, *CURLAUTH_GSSAPI*, which allows GSS-API authentication, and
33 *CURLAUTH_NONE*, which allows no authentication. Set the actual username and
H A DCURLOPT_SASL_AUTHZID.md30 Pass a char pointer as parameter, which should be pointing to the
36 derives a *authzid* from the *authcid* when not provided, which it then uses
39 When the *authzid* is specified, the use of which is server dependent, it can
H A DCURLOPT_ACCEPT_ENCODING.md45 meaning non-compressed, *deflate* which requests the server to compress its
46 response using the zlib algorithm, *gzip* which requests the gzip algorithm,
47 (since curl 7.57.0) *br* which is brotli and (since curl 7.72.0) *zstd* which
51 Set CURLOPT_ACCEPT_ENCODING(3) to NULL to explicitly disable it, which makes
H A DCURLOPT_ISSUERCERT_BLOB.md34 Pass a pointer to a curl_blob structure, which contains information (pointer
47 which is returned if the setup of the SSL/TLS session has failed due to a
55 This option is an alternative to CURLOPT_ISSUERCERT(3) which instead
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md35 Pass a pointer to a curl_blob struct, which contains information (pointer and
48 which is returned if the setup of the SSL/TLS session has failed due to a
56 This option is an alternative to CURLOPT_PROXY_ISSUERCERT(3) which
H A DCURLOPT_TLSAUTH_PASSWORD.md33 Pass a char pointer as parameter, which should point to the null-terminated
44 This feature relies on TLS SRP which does not work with TLS 1.3.
H A DCURLOPT_TLSAUTH_USERNAME.md32 Pass a char pointer as parameter, which should point to the null-terminated
43 This feature relies on TLS SRP which does not work with TLS 1.3.
H A DCURLOPT_MAIL_FROM.md33 around it, which if not specified are added automatically.
36 server which might cause the email to be rejected.
H A DCURLOPT_PORT.md37 Usually, you just let the URL decide which port to use but this allows the
46 0 which makes it not used. This also makes port number zero impossible to set
H A DCURLOPT_FTP_USE_EPRT.md30 doing active FTP downloads (which is enabled by
37 servers might not support it, which is why libcurl has a fallback mechanism.
H A DCURLOPT_FTP_USE_EPSV.md30 command when doing passive FTP downloads (which it does by default). Using
36 servers might not support it, which is why libcurl has a fallback mechanism.
H A DCURLOPT_IGNORE_CONTENT_LENGTH.md34 This is useful for doing HTTP transfers with ancient web servers which report
40 transfer is in progress which otherwise unconditionally causes libcurl to
/curl/tests/data/
H A Dtest129449which for many reasons it will be prudent to refrain from mentioning, and to which I will assign n…
61which for many reasons it will be prudent to refrain from mentioning, and to which I will assign n…
H A Dtest120943 # CURLE_OPERATION_TIMEDOUT (28) which is a generic timeout error without
44 # specifically saying for which connection it concerns, and for timeouts libcurl
H A Dtest28622 A chunk of data which exactly fits into
57 A chunk of data which exactly fits into
H A Dtest107343 which is impossible in HTTP/1.0
68 which is impossible in HTTP/1.0
H A Dtest107249 which is impossible in HTTP/1.0
74 which is impossible in HTTP/1.0
/curl/docs/cmdline-opts/
H A Dnoproxy.md6 Help: List of hosts which do not use proxy
18 Comma-separated list of hosts for which not to use a proxy, if one is
19 specified. The only wildcard is a single `*` character, which matches all
21 as either a domain which contains the hostname, or the hostname itself. For
H A Dfail-with-body.md22 returns an HTML document stating so (which often also describes why and more).
26 This is an alternative option to --fail which makes curl fail for the same
H A Dretry.md20 makes curl do no retries (which is the default). Transient error means either:
26 minutes which then remains delay between the rest of the retries. By using
H A Dinsecure.md27 the right name which matches the hostname used in the URL and that the
34 ".ssh" subdirectory, which contains hostnames and their public keys.
/curl/.github/scripts/
H A Dshellcheck.sh9 --enable=avoid-nullary-conditions,deprecate-which \
/curl/docs/libcurl/
H A Dcurl_formfree.md33 curl_formadd(3). This must be called when the data has been used, which
37 CURLOPT_HTTPPOST(3) option, which is the *firstitem* pointer from
H A Dcurl_formget.md33 accepts a void pointer as second argument named *userp* which is passed as the
47 This, because first then does libcurl known which actual read callback to use.

Completed in 23 milliseconds

12345678910>>...15