Searched refs:max_filesize (Results 1 – 9 of 9) sorted by relevance
73 uint32_t test_duration, max_filesize; variable213 if (max_filesize && (total_bytes_written > MB(max_filesize))) { in flusher()214 igt_debug("reached the target of %" PRIu64 " bytes\n", MB(max_filesize)); in flusher()362 max_filesize = atoi(optarg); in parse_options()363 igt_assert_f(max_filesize > 0, "invalid input for -s option\n"); in parse_options()364 igt_debug("max allowed size of the output file is %d MB\n", max_filesize); in parse_options()
14 max_filesize=2G
82 curl_off_t max_filesize; member
1854 if(config->max_filesize) in single_transfer()1856 config->max_filesize); in single_transfer()
835 config->max_filesize = value; in getparameter()
3756 if(data->set.max_filesize && in Curl_http_readwrite_headers()3757 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()3770 if(data->set.max_filesize) { in Curl_http_readwrite_headers()
1705 curl_off_t max_filesize; /* Maximum file size to download */ member
2201 data->set.max_filesize = arg; in Curl_vsetopt()2261 data->set.max_filesize = bigsize; in Curl_vsetopt()
2170 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()