Searched refs:max_filesize (Results 1 – 18 of 18) sorted by relevance
8 max_filesize=40960
8 max_filesize=20480
8 max_filesize=4096
8 max_filesize=409600
14 max_filesize=2G
22 # max_filesize = 10m
71 curl_off_t max_filesize; member
1323 if(config->max_filesize) in operate_do()1325 config->max_filesize); in operate_do()
815 config->max_filesize = value; in getparameter()
172 max_filesize) for the selected filesystem. Write operations will275 max_filesize=4096287 num_dirs, max_filesize, and min_filesize. Beyond those the following333 max_filesize=65536
3779 if(data->set.max_filesize && in Curl_http_readwrite_headers()3780 contentlength > data->set.max_filesize) { in Curl_http_readwrite_headers()3793 if(data->set.max_filesize) { in Curl_http_readwrite_headers()
2066 data->set.max_filesize = arg; in vsetopt()2119 data->set.max_filesize = bigsize; in vsetopt()
1611 curl_off_t max_filesize; /* Maximum file size to download */ member
2181 if(data->set.max_filesize && (filesize > data->set.max_filesize)) { in ftp_state_retr()