Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 51) 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.pl227 my @values = map {
234 my @invalid = grep { !is_in_list($_,"ALL",@valid_values) } @values;
243 @values = @valid_values if ( is_in_list("ALL",@values) );
245 return @values;
/curl/docs/libcurl/opts/
H A DCURLOPT_FTPSSLAUTH.md28 Pass a long using one of the values from below, to alter how libcurl issues
32 Possible *order* values:
H A DCURLMOPT_TIMERFUNCTION.md16 CURLMOPT_TIMERFUNCTION - callback to receive timeout values
44 the timer. All other values are valid expire times in number of milliseconds.
H A DCURLMOPT_MAX_CONCURRENT_STREAMS.md33 Valid values range from 1 to 2147483647 (2^31 - 1) and defaults to 100. The
H A DCURLOPT_PROGRESSDATA.md52 /* use the values */
H A DCURLOPT_XFERINFODATA.md54 /* use the values */
H A DCURLOPT_PROGRESSFUNCTION.md57 Unknown/unused argument values passed to the callback are be set to zero (like
97 /* use the values */
H A DCURLOPT_XFERINFOFUNCTION.md53 Unknown/unused argument values passed to the callback are set to zero (like if
93 /* use the values */
H A DCURLINFO_PROTOCOL.md34 connection. The returned value is set to one of the CURLPROTO_* values:
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md36 The range of suggested useful values for *timeout* is limited. Happy
H A DCURLOPT_IPRESOLVE.md37 Available values for this option are:
H A DCURLOPT_FTP_SSL_CCC.md33 the FTP transaction. Pass a long using one of the values below
H A DCURLOPT_PROXYTYPE.md28 Pass one of the values below to set the type of the proxy.
H A DCURLOPT_USE_SSL.md32 Pass a long using one of the values from below, to make libcurl use your
H A DCURLSHOPT_UNSHARE.md33 shared object. The given *type* must be one of the values described
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md48 CURLOT_LONG, /* long (a range of values) */
50 CURLOT_OFF_T, /* curl_off_t (a range of values) */
H A Dcurl_easy_reset.md31 default values. This puts back the handle to the same state as it was in when
/curl/docs/cmdline-opts/
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.in39 Available values for OPTION include:

Completed in 35 milliseconds

123