Lines Matching defs:limit
268 * wait until we're back under the speed limit, if needed.
277 * the starting point, the limit (in bytes/s), the time of the starting point
282 * to wait to get back under the speed limit.
286 curl_off_t limit,
294 if(!limit || !size)
299 * stay below 'limit'.
302 minimum = (timediff_t) (CURL_OFF_T_C(1000) * size / limit);
304 minimum = (timediff_t) (size / limit);
317 /* if it downloaded the data faster than the limit, make it wait the
335 * Update the timestamp and sizestamp to use for rate limit calculations.