Lines Matching defs:max
1277 /* Make sure this doesn't send more body bytes than what the max send
1278 speed says. The request bytes do not count to the max speed.
1328 /* Make sure this doesn't send more body bytes than what the max send
1329 speed says. The request bytes do not count to the max speed.
3896 unsigned int max = MAX_HTTP_RESP_HEADER_SIZE;
3902 if(data->req.allheadercount > max)
3904 else if(data->info.header_size > (max * 20)) {
3906 max *= 20;
3912 failf(data, "Too large response headers: %zu > %u", bad, max);
4280 /* If max download size is *zero* (nothing) we already have