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.c2136 if(config->max_filesize) in single_transfer()
2138 config->max_filesize); in single_transfer()
H A Dtool_getparam.c1368 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.h1662 curl_off_t max_filesize; /* Maximum file size to download */ member
H A Dhttp.c2865 if(data->set.max_filesize) { in Curl_http_header()
3285 if(data->set.max_filesize && in Curl_http_size()
3287 (k->size > data->set.max_filesize)) { in Curl_http_size()
H A Dsetopt.c2392 data->set.max_filesize = arg; in Curl_vsetopt()
2457 data->set.max_filesize = bigsize; in Curl_vsetopt()
H A Dftp.c2374 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()

Completed in 71 milliseconds