Searched refs:values (Results 1 – 25 of 54) sorted by relevance
123
46 const char *values[] = { variable83 for(p = values; *p; p += 3) {
225 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;
29 Pass a long using one of the values from below, to alter how libcurl issues33 Possible *order* values:
17 CURLMOPT_TIMERFUNCTION - callback to receive timeout values49 the timer. All other values are valid expire times in number of milliseconds.
34 Valid values range from 1 to 2147483647 (2^31 - 1) and defaults to 100. The
55 /* use the values */
57 /* use the values */
58 Unknown/unused argument values passed to the callback are be set to zero (like101 /* use the values */
54 Unknown/unused argument values passed to the callback are set to zero (like if97 /* use the values */
35 connection. The returned value is set to one of the CURLPROTO_* values:
34 the FTP transaction. Pass a long using one of the values below
37 The range of suggested useful values for *timeout* is limited. Happy
38 Available values for this option are:
29 Pass one of the values below to set the type of the proxy.
49 CURLOT_LONG, /* long (a range of values) */51 CURLOT_OFF_T, /* curl_off_t (a range of values) */
37 bad input values may cause libcurl to behave badly. You can only set one105 Callback to receive timeout values. See CURLMOPT_TIMERFUNCTION(3)
32 default values. This puts back the handle to the same state as it was in when
22 The values allowed for \<string\> can be a numeric value between 1 and 255
21 default curl waits one second. This option accepts decimal values. When curl
23 This option accepts decimal values (added in 7.32.0). The decimal value needs
23 down. This option accepts decimal values (added in 7.32.0).
27 --next resets all local options and only global ones have their values survive
25 The range of suggested useful values is limited. Happy Eyeballs RFC 6555 says
21 The values allowed for \<config\> can be:
41 Available values for OPTION include:
Completed in 19 milliseconds