Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 53) sorted by relevance

123

/curl/tests/unit/
H A Dunit1394.c46 const char *values[] = { variable
83 for(p = values; *p; p += 3) {
/curl/scripts/
H A Dmk-ca-bundle.pl225 my @values = map {
232 my @invalid = grep { !is_in_list($_,"ALL",@valid_values) } @values;
241 @values = @valid_values if ( is_in_list("ALL",@values) );
243 return @values;
/curl/docs/libcurl/opts/
H A DCURLOPT_FTPSSLAUTH.md29 Pass a long using one of the values from below, to alter how libcurl issues
33 Possible *order* values:
H A DCURLMOPT_TIMERFUNCTION.md17 CURLMOPT_TIMERFUNCTION - callback to receive timeout values
49 the timer. All other values are valid expire times in number of milliseconds.
H A DCURLMOPT_MAX_CONCURRENT_STREAMS.md34 Valid values range from 1 to 2147483647 (2^31 - 1) and defaults to 100. The
H A DCURLOPT_PROGRESSDATA.md55 /* use the values */
H A DCURLOPT_XFERINFODATA.md57 /* use the values */
H A DCURLOPT_PROGRESSFUNCTION.md58 Unknown/unused argument values passed to the callback are be set to zero (like
101 /* use the values */
H A DCURLOPT_XFERINFOFUNCTION.md54 Unknown/unused argument values passed to the callback are set to zero (like if
97 /* use the values */
H A DCURLINFO_PROTOCOL.md35 connection. The returned value is set to one of the CURLPROTO_* values:
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md37 The range of suggested useful values for *timeout* is limited. Happy
H A DCURLOPT_IPRESOLVE.md38 Available values for this option are:
H A DCURLOPT_FTP_SSL_CCC.md34 the FTP transaction. Pass a long using one of the values below
H A DCURLOPT_PROXYTYPE.md29 Pass one of the values below to set the type of the proxy.
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md49 CURLOT_LONG, /* long (a range of values) */
51 CURLOT_OFF_T, /* curl_off_t (a range of values) */
H A Dcurl_multi_setopt.md37 bad input values may cause libcurl to behave badly. You can only set one
105 Callback to receive timeout values. See CURLMOPT_TIMERFUNCTION(3)
H A Dcurl_easy_reset.md32 default values. This puts back the handle to the same state as it was in when
/curl/docs/cmdline-opts/
H A Dip-tos.md22 The values allowed for \<string\> can be a numeric value between 1 and 255
H A Dexpect100-timeout.md21 default curl waits one second. This option accepts decimal values. When curl
H A Dconnect-timeout.md23 This option accepts decimal values (added in 7.32.0). The decimal value needs
H A Dmax-time.md23 down. This option accepts decimal values (added in 7.32.0).
H A Dnext.md27 --next resets all local options and only global ones have their values survive
H A Dhappy-eyeballs-timeout-ms.md25 The range of suggested useful values is limited. Happy Eyeballs RFC 6555 says
H A Dech.md21 The values allowed for \<config\> can be:
/curl/
H A Dcurl-config.in41 Available values for OPTION include:

Completed in 27 milliseconds

123