Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h77 curl_off_t max_filesize; member
H A Dtool_operate.c1518 if(config->max_filesize) in config2setopts()
1520 config->max_filesize); in config2setopts()
H A Dtool_getparam.c1371 config->max_filesize = value; in getparameter()
/curl/lib/
H A Dmqtt.c664 if(data->set.max_filesize && in mqtt_read_publish()
665 (curl_off_t)remlen > data->set.max_filesize) { in mqtt_read_publish()
H A Dsendf.c303 if(data->set.max_filesize && !data->req.ignorebody) { in cw_download_write()
304 size_t wmax = get_max_body_write_len(data, data->set.max_filesize); in cw_download_write()
342 data->set.max_filesize, data->req.bytecount); in cw_download_write()
H A Durldata.h1676 curl_off_t max_filesize; /* Maximum file size to download */ member
H A Dsetopt.c1048 data->set.max_filesize = arg; in setopt_long()
2943 data->set.max_filesize = offt; in setopt_offt()
H A Dhttp.c2864 if(data->set.max_filesize) { in Curl_http_header()
3283 if(data->set.max_filesize && in Curl_http_size()
3285 (k->size > data->set.max_filesize)) { in Curl_http_size()
H A Dftp.c2199 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()

Completed in 64 milliseconds