Home
last modified time | relevance | path

Searched refs:maxdownload (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/lib/
Dcurl_range.c63 data->req.maxdownload = to; in Curl_range()
80 data->req.maxdownload = totalsize + 1; /* include last byte */ in Curl_range()
84 from, data->req.maxdownload)); in Curl_range()
89 from, to, data->req.maxdownload)); in Curl_range()
92 data->req.maxdownload = -1; in Curl_range()
Dsendf.c586 if(-1 != data->req.maxdownload) { in cw_download_write()
587 size_t wmax = get_max_body_write_len(data, data->req.maxdownload); in cw_download_write()
627 excess_len, data->req.size, data->req.maxdownload, in cw_download_write()
Dfile.c523 if(data->req.maxdownload > 0) in file_do()
524 expected_size = data->req.maxdownload; in file_do()
Dftp.c2535 if(size > data->req.maxdownload && data->req.maxdownload > 0) in ftp_state_get_resp()
2536 size = data->req.size = data->req.maxdownload; in ftp_state_get_resp()
2541 data->req.maxdownload); in ftp_state_get_resp()
3328 if(!result && ftpc->dont_check && data->req.maxdownload > 0) { in ftp_done()
3370 if(ftpc->dont_check && data->req.maxdownload > 0) { in ftp_done()
3422 (data->req.maxdownload != data->req.bytecount)) { in ftp_done()
3671 if(result == CURLE_OK && data->req.maxdownload >= 0) { in ftp_do_more()
Dhttp.c3453 k->maxdownload = k->size; in Curl_http_header()
3831 k->maxdownload = 0; in Curl_http_statusline()
3849 k->size = k->maxdownload = -1; in Curl_http_size()
3858 k->maxdownload = k->size; in Curl_http_size()
4285 if(0 == k->maxdownload in http_rw_headers()
Durldata.h658 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, member
Dimap.c1217 data->req.maxdownload = size; in imap_state_fetch_resp()
Dhttp2.c930 newhandle->req.maxdownload = -1; in push_promise()
Durl.c3869 data->req.size = data->req.maxdownload = -1;
/third_party/curl/lib/vssh/
Dwolfssh.c758 data->req.maxdownload = -1; in wssh_statemach_act()
766 data->req.maxdownload = size; in wssh_statemach_act()
Dlibssh.c1618 data->req.maxdownload = -1; in myssh_statemach_act()
1678 data->req.maxdownload = size; in myssh_statemach_act()
1706 data->req.maxdownload = size - data->state.resume_from; in myssh_statemach_act()
1893 data->req.maxdownload = (curl_off_t) bytecount; in myssh_statemach_act()
Dlibssh2.c2501 data->req.maxdownload = -1; in ssh_statemach_act()
2553 data->req.maxdownload = size; in ssh_statemach_act()
2581 data->req.maxdownload = attrs.filesize - data->state.resume_from; in ssh_statemach_act()
2812 data->req.maxdownload = (curl_off_t)sb.st_size; in ssh_statemach_act()