Searched refs:max_filesize (Results 1 – 10 of 10) sorted by relevance
82 curl_off_t max_filesize; member
1808 if(config->max_filesize) in single_transfer()1810 config->max_filesize); in single_transfer()
880 config->max_filesize = value; in getparameter()
161 const uoffset_t max_filesize = uoffset_t((std::numeric_limits<offset_t>::max)()); in truncate_file() local164 if(uoff_size > max_filesize){ in truncate_file()
626 if(data->set.max_filesize && in mqtt_read_publish()627 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
1735 curl_off_t max_filesize; /* Maximum file size to download */ member
3423 if(data->set.max_filesize && in Curl_http_header()3424 contentlength > data->set.max_filesize) { in Curl_http_header()3437 if(data->set.max_filesize) { in Curl_http_header()
2311 data->set.max_filesize = arg; in Curl_vsetopt()2376 data->set.max_filesize = bigsize; in Curl_vsetopt()
2212 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()
178 long long max_filesize; member3234 if (count > fmt_rec_table[file_type].max_filesize) in capture()3235 count = fmt_rec_table[file_type].max_filesize; in capture()3264 if (rest > fmt_rec_table[file_type].max_filesize) in capture()3265 rest = fmt_rec_table[file_type].max_filesize; in capture()