Searched refs:max_filesize (Results 1 – 10 of 10) sorted by relevance
322 if(data->set.max_filesize && (size > data->set.max_filesize)) { in Curl_pgrsSetDownloadCounter()325 data->set.max_filesize); in Curl_pgrsSetDownloadCounter()
667 if(data->set.max_filesize && in mqtt_read_publish()668 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
1745 curl_off_t max_filesize; /* Maximum file size to download */ member
2383 data->set.max_filesize = arg; in Curl_vsetopt()2448 data->set.max_filesize = bigsize; in Curl_vsetopt()
3532 if(data->set.max_filesize) { in Curl_http_header()3927 if(data->set.max_filesize && in Curl_http_size()3928 k->size > data->set.max_filesize) { in Curl_http_size()
2240 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()
77 curl_off_t max_filesize; member
2165 if(config->max_filesize) in single_transfer()2167 config->max_filesize); in single_transfer()
1192 config->max_filesize = value; in getparameter()
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()