/curl/tests/ |
H A D | test971.pl | 57 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 D | optiontable.pl | 121 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 D | CURLOPT_PROXY_SSLVERSION.md | 73 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 D | CURLOPT_SSLVERSION.md | 83 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 D | CURLOPT_DISALLOW_USERNAME_IN_URL.md | 35 This is the equivalent to the *CURLU_DISALLOW_USER* flag for the
|
H A D | CURLOPT_GSSAPI_DELEGATION.md | 33 flag is set in the service ticket in case this feature is supported by the
|
H A D | CURLOPT_PATH_AS_IS.md | 44 The corresponding flag for the curl_url_set(3) function is called
|
H A D | CURLOPT_MAIL_RCPT_ALLOWFAILS.md | 40 If all recipients trigger RCPT TO failures and this flag is specified, curl
|
/curl/tests/data/ |
H A D | test1268 | 23 filename argument looks like a flag 32 Warning: The filename argument '-k' looks like a flag.
|
/curl/docs/cmdline-opts/ |
H A D | ssl-no-revoke.md | 19 the SSL security, and by using this flag you ask for exactly that.
|
H A D | append.md | 22 created. Note that this flag is ignored by some SFTP servers (including
|
H A D | delegation.md | 26 Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
|
H A D | referer.md | 24 --header flag of course. When used with --location you can append `;auto`" to
|
H A D | ssl-allow-beast.md | 26 **WARNING**: this option loosens the TLS security, and by using this flag you
|
H A D | mail-rcpt-allowfails.md | 26 If all recipients trigger RCPT TO failures and this flag is specified, curl
|
H A D | proxy-ssl-allow-beast.md | 26 **WARNING**: this option loosens the TLS security, and by using this flag you
|
/curl/docs/libcurl/ |
H A D | curl_multi_wait.md | 70 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 D | curl_multi_poll.md | 77 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 D | libcurl-url.md | 104 *CURLU_URLDECODE* flag set in the fourth bitmask argument. 127 *CURLU_URLENCODE* flag. 132 *CURLU_APPENDQUERY* flag to curl_url_set(3).
|
H A D | curl_url_get.md | 119 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 D | curl_global_init.md | 74 (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 D | xc-lt-iface.m4 | 220 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 D | sws.c | 1317 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 D | rtspd.c | 1058 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 D | OtherTests.cmake | 59 int flag = MSG_NOSIGNAL; 60 (void)flag;
|