Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dprogress.c322 if(data->set.max_filesize && (size > data->set.max_filesize)) { in Curl_pgrsSetDownloadCounter()
325 data->set.max_filesize); in Curl_pgrsSetDownloadCounter()
Dmqtt.c667 if(data->set.max_filesize && in mqtt_read_publish()
668 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
Durldata.h1745 curl_off_t max_filesize; /* Maximum file size to download */ member
Dsetopt.c2383 data->set.max_filesize = arg; in Curl_vsetopt()
2448 data->set.max_filesize = bigsize; in Curl_vsetopt()
Dhttp.c3532 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()
Dftp.c2240 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()
/third_party/curl/src/
Dtool_cfgable.h77 curl_off_t max_filesize; member
Dtool_operate.c2165 if(config->max_filesize) in single_transfer()
2167 config->max_filesize); in single_transfer()
Dtool_getparam.c1192 config->max_filesize = value; in getparameter()
/third_party/alsa-utils/aplay/
Daplay.c178 long long max_filesize; member
3234 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()