Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 43) 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.md72 The flag defines the maximum supported TLS version as TLSv1.2, or the default
78 The flag defines maximum supported TLS version as TLSv1.0.
83 The flag defines maximum supported TLS version as TLSv1.1.
88 The flag defines maximum supported TLS version as TLSv1.2.
93 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.md34 This is the equivalent to the *CURLU_DISALLOW_USER* flag for the
H A DCURLOPT_GSSAPI_DELEGATION.md32 flag is set in the service ticket in case this feature is supported by the
H A DCURLOPT_PATH_AS_IS.md43 The corresponding flag for the curl_url_set(3) function is called
H A DCURLOPT_MAIL_RCPT_ALLOWFAILS.md39 If all recipients trigger RCPT TO failures and this flag is specified, curl
/curl/tests/data/
H A Dtest126823 file name argument looks like a flag
32 Warning: The file name argument '-k' looks like a flag.
/curl/src/
H A Dtool_getparam.h59 ParameterError getparameter(const char *flag, char *nextarg,
/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 Dssl-allow-beast.md23 **WARNING**: this option loosens the SSL security, and by using this flag you
H A Dreferer.md24 --header flag of course. When used with --location you can append `;auto`" to
H A Dmail-rcpt-allowfails.md26 If all recipients trigger RCPT TO failures and this flag is specified, curl
/curl/docs/libcurl/
H A Dcurl_multi_wait.md69 Bit flag to *curl_waitfd.events* indicating the socket should poll on read
74 Bit flag to *curl_waitfd.events* indicating the socket should poll on high
79 Bit flag to *curl_waitfd.events* indicating the socket should poll on
H A Dcurl_multi_poll.md76 Bit flag to curl_waitfd.events indicating the socket should poll on read
81 Bit flag to curl_waitfd.events indicating the socket should poll on high
86 Bit flag to curl_waitfd.events indicating the socket should poll on write
H A Dlibcurl-url.md103 *CURLU_URLDECODE* flag set in the fourth bitmask argument.
126 *CURLU_URLENCODE* flag.
131 *CURLU_APPENDQUERY* flag to curl_url_set(3).
H A Dcurl_url_get.md118 When this flag is used in curl_url_get(), it makes the function return empty
130 When this flag is used in curl_url_get(), it treats the scheme as non-existing
134 Using this flag when getting CURLUPART_SCHEME if the scheme was set as the
137 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.c1318 curl_socklen_t flag = 1; in connect_to() local
1320 (void *)&flag, sizeof(flag))) in connect_to()
1533 curl_socklen_t flag = 1; in http_connect() local
1535 (void *)&flag, sizeof(flag))) in http_connect()
1798 int flag = 1; in accept_connection() local
1833 (void *)&flag, sizeof(flag))) { in accept_connection()
1863 (void *)&flag, sizeof(flag))) in accept_connection()
1954 int flag; in main() local
2144 flag = 1; in main()
2146 (void *)&flag, sizeof(flag))) { in main()
H A Drtspd.c1061 int flag; in main() local
1175 flag = 1; in main()
1177 (void *)&flag, sizeof(flag))) { in main()
1306 flag = 1; in main()
1308 (void *)&flag, sizeof(flag)) == -1) { in main()
/curl/CMake/
H A DOtherTests.cmake57 int flag = MSG_NOSIGNAL;
58 (void)flag;

Completed in 53 milliseconds

12