Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 9 of 9) sorted by relevance

/curl/lib/
H A Dprogress.c287 timediff_t minimum; in Curl_pgrsLimitWaitTime() local
298 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()
/curl/docs/cmdline-opts/
H A Dtls-max.md25 VERSION defines maximum supported TLS version. The minimum acceptable version
/curl/docs/libcurl/opts/
H A DCURLOPT_SSLVERSION.md44 The default acceptable version range. The minimum acceptable version is by
148 supported with wolfSSL and the other macros did not set a minimum, but
H A DCURLOPT_UPLOAD_BUFFERSIZE.md40 allowed to be set is 2 megabytes. The minimum buffer size allowed to be set is
H A DCURLOPT_BUFFERSIZE.md40 buffer size allowed to be set is *CURL_MAX_READ_SIZE* (10MB). The minimum
H A DCURLOPT_PIPEWAIT.md42 to a minimum when using multiplexing protocols.
/curl/docs/libcurl/
H A Dcurl_mprintf.md82 or more *flags*, an optional minimum *field width*, an optional
145 minimum field width. If the converted value has fewer characters than the
164 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 converted
222 used for **X** conversions. The precision, if any, gives the minimum number
H A Dlibcurl.m432 # minimum version of libcurl to accept. Pass the version as a regular
/curl/docs/
H A DTODO603 The Retry-After is said to dicate "the minimum time that the user agent is
654 consider adding a way to require a minimum version.

Completed in 16 milliseconds