Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 45) sorted by relevance

12

/curl/tests/
H A Dtest971.pl57 my ($flag, $version)=($1, $2);
60 $flag =~ s/^--//;
63 $flag =~ s/ \(-.\)//;
66 $flag =~ s/ +$//;
68 push @options, $flag;
71 $oiv{$flag} = $version;
/curl/lib/
H A Doptiontable.pl121 my $flag = "0";
124 $flag = "CURLOT_FLAG_ALIAS";
127 $oname, $opt{$name}, $type{$name}, $flag);
133 $oname, $opt{$name}, $type{$name}, $flag);
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLVERSION.md73 The flag defines the maximum supported TLS version as TLSv1.2, or the default
79 The flag defines maximum supported TLS version as TLSv1.0.
84 The flag defines maximum supported TLS version as TLSv1.1.
89 The flag defines maximum supported TLS version as TLSv1.2.
94 The flag defines maximum supported TLS version as TLSv1.3.
H A DCURLOPT_SSLVERSION.md83 The flag defines the maximum supported TLS version by libcurl, or the default
90 The flag defines maximum supported TLS version as TLS v1.0.
95 The flag defines maximum supported TLS version as TLS v1.1.
100 The flag defines maximum supported TLS version as TLS v1.2.
105 The flag defines maximum supported TLS version as TLS v1.3.
H A DCURLOPT_DISALLOW_USERNAME_IN_URL.md35 This is the equivalent to the *CURLU_DISALLOW_USER* flag for the
H A DCURLOPT_GSSAPI_DELEGATION.md33 flag is set in the service ticket in case this feature is supported by the
H A DCURLOPT_PATH_AS_IS.md44 The corresponding flag for the curl_url_set(3) function is called
H A DCURLOPT_MAIL_RCPT_ALLOWFAILS.md40 If all recipients trigger RCPT TO failures and this flag is specified, curl
/curl/tests/data/
H A Dtest126823 filename argument looks like a flag
32 Warning: The filename argument '-k' looks like a flag.
/curl/docs/cmdline-opts/
H A Dssl-no-revoke.md19 the SSL security, and by using this flag you ask for exactly that.
H A Dappend.md22 created. Note that this flag is ignored by some SFTP servers (including
H A Ddelegation.md26 Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
H A Dreferer.md24 --header flag of course. When used with --location you can append `;auto`" to
H A Dssl-allow-beast.md26 **WARNING**: this option loosens the TLS security, and by using this flag you
H A Dmail-rcpt-allowfails.md26 If all recipients trigger RCPT TO failures and this flag is specified, curl
H A Dproxy-ssl-allow-beast.md26 **WARNING**: this option loosens the TLS security, and by using this flag you
/curl/docs/libcurl/
H A Dcurl_multi_wait.md70 Bit flag to *curl_waitfd.events* indicating the socket should poll on read
75 Bit flag to *curl_waitfd.events* indicating the socket should poll on high
80 Bit flag to *curl_waitfd.events* indicating the socket should poll on
H A Dcurl_multi_poll.md77 Bit flag to curl_waitfd.events indicating the socket should poll on read
82 Bit flag to curl_waitfd.events indicating the socket should poll on high
87 Bit flag to curl_waitfd.events indicating the socket should poll on write
H A Dlibcurl-url.md104 *CURLU_URLDECODE* flag set in the fourth bitmask argument.
127 *CURLU_URLENCODE* flag.
132 *CURLU_APPENDQUERY* flag to curl_url_set(3).
H A Dcurl_url_get.md119 When this flag is used in curl_url_get(), it makes the function return empty
131 When this flag is used in curl_url_get(), it treats the scheme as non-existing
135 Using this flag when getting CURLUPART_SCHEME if the scheme was set as the
138 Using this flag when getting CURLUPART_URL if the scheme was set as the result
H A Dcurl_global_init.md74 (This flag's presence or absence serves no meaning since 7.57.0. The
109 Before 7.69.0: when this flag is set, curl acknowledges EINTR condition when
/curl/m4/
H A Dxc-lt-iface.m4220 dnl Checks if the -version-info linker flag must be
227 # Verify if libtool shared libraries should be linked using flag -version-info
250 dnl Checks if the -no-undefined linker flag must be
257 # Verify if libtool shared libraries should be linked using flag -no-undefined
282 dnl Checks if the -mimpure-text linker flag must be
289 # Verify if libtool shared libraries should be linked using flag -mimpure-text
/curl/tests/server/
H A Dsws.c1317 curl_socklen_t flag = 1; in connect_to() local
1319 (void *)&flag, sizeof(flag))) in connect_to()
1579 curl_socklen_t flag = 1; in http_connect() local
1581 (void *)&flag, sizeof(flag))) in http_connect()
1844 int flag = 1; in accept_connection() local
1879 (void *)&flag, sizeof(flag))) { in accept_connection()
1909 (void *)&flag, sizeof(flag))) in accept_connection()
2000 int flag; in main() local
2190 flag = 1; in main()
2192 (void *)&flag, sizeof(flag))) { in main()
H A Drtspd.c1058 int flag; in main() local
1172 flag = 1; in main()
1174 (void *)&flag, sizeof(flag))) { in main()
1303 flag = 1; in main()
1305 (void *)&flag, sizeof(flag)) == -1) { in main()
/curl/CMake/
H A DOtherTests.cmake59 int flag = MSG_NOSIGNAL;
60 (void)flag;

Completed in 24 milliseconds

12