Home
last modified time | relevance | path

Searched refs:max_filesize (Results 1 - 10 of 10) sorted by relevance

/third_party/curl/lib/
H A Dsendf.c600 if(data->set.max_filesize) { in cw_download_write()
601 size_t wmax = get_max_body_write_len(data, data->set.max_filesize); in cw_download_write()
636 data->set.max_filesize, data->req.bytecount); in cw_download_write()
H A Dmqtt.c665 if(data->set.max_filesize && in mqtt_read_publish()
666 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
H A Dsetopt.c2355 data->set.max_filesize = arg; in Curl_vsetopt()
2420 data->set.max_filesize = bigsize; in Curl_vsetopt()
H A Dhttp.c3457 if(data->set.max_filesize) { in Curl_http_header()
3852 if(data->set.max_filesize && in Curl_http_size()
3853 k->size > data->set.max_filesize) { in Curl_http_size()
H A Durldata.h1757 curl_off_t max_filesize; /* Maximum file size to download */ member
H A Dftp.c2242 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()
/third_party/curl/src/
H A Dtool_cfgable.h77 curl_off_t max_filesize; member
H A Dtool_operate.c1962 if(config->max_filesize) in single_transfer()
1964 config->max_filesize); in single_transfer()
H A Dtool_getparam.c1557 config->max_filesize = value; in getparameter()
/third_party/alsa-utils/aplay/
H A Daplay.c182 long long max_filesize; member
3286 if (count > fmt_rec_table[file_type].max_filesize)
3287 count = fmt_rec_table[file_type].max_filesize;
3316 if (rest > fmt_rec_table[file_type].max_filesize)
3317 rest = fmt_rec_table[file_type].max_filesize;

Completed in 33 milliseconds