Searched refs:minimum (Results 1 – 9 of 9) sorted by relevance
287 timediff_t minimum; in Curl_pgrsLimitWaitTime() local298 minimum = (timediff_t) (CURL_OFF_T_C(1000) * size / speed_limit); in Curl_pgrsLimitWaitTime()300 minimum = (timediff_t) (size / speed_limit); in Curl_pgrsLimitWaitTime()301 if(minimum < TIMEDIFF_T_MAX/1000) in Curl_pgrsLimitWaitTime()302 minimum *= 1000; in Curl_pgrsLimitWaitTime()304 minimum = TIMEDIFF_T_MAX; in Curl_pgrsLimitWaitTime()312 if(actual < minimum) { in Curl_pgrsLimitWaitTime()315 return (minimum - actual); in Curl_pgrsLimitWaitTime()
25 VERSION defines maximum supported TLS version. The minimum acceptable version
44 The default acceptable version range. The minimum acceptable version is by148 supported with wolfSSL and the other macros did not set a minimum, but
40 allowed to be set is 2 megabytes. The minimum buffer size allowed to be set is
40 buffer size allowed to be set is *CURL_MAX_READ_SIZE* (10MB). The minimum
42 to a minimum when using multiplexing protocols.
82 or more *flags*, an optional minimum *field width*, an optional145 minimum field width. If the converted value has fewer characters than the164 gives the minimum number of digits to appear for **d**, **i**, **o**,212 any, gives the minimum number of digits that must appear; if the converted222 used for **X** conversions. The precision, if any, gives the minimum number
32 # minimum version of libcurl to accept. Pass the version as a regular
603 The Retry-After is said to dicate "the minimum time that the user agent is654 consider adding a way to require a minimum version.
Completed in 15 milliseconds