Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h82 curl_off_t max_filesize; member
Dtool_operate.c1808 if(config->max_filesize) in single_transfer()
1810 config->max_filesize); in single_transfer()
Dtool_getparam.c880 config->max_filesize = value; in getparameter()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp161 const uoffset_t max_filesize = uoffset_t((std::numeric_limits<offset_t>::max)()); in truncate_file() local
164 if(uoff_size > max_filesize){ in truncate_file()
/third_party/curl/lib/
Dmqtt.c626 if(data->set.max_filesize && in mqtt_read_publish()
627 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
Durldata.h1735 curl_off_t max_filesize; /* Maximum file size to download */ member
Dhttp.c3423 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()
Dsetopt.c2311 data->set.max_filesize = arg; in Curl_vsetopt()
2376 data->set.max_filesize = bigsize; in Curl_vsetopt()
Dftp.c2212 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()
/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()