Searched refs:Curl_pgrsSetDownloadSize (Results 1 – 15 of 15) sorted by relevance
/third_party/curl/lib/ |
D | progress.h | 45 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size);
|
D | file.c | 450 Curl_pgrsSetDownloadSize(data, expected_size); in file_do() 496 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
|
D | progress.c | 161 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTransferSizes() 350 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
|
D | imap.c | 1126 Curl_pgrsSetDownloadSize(data, -1); in imap_state_fetch_resp() 1148 Curl_pgrsSetDownloadSize(data, size); in imap_state_fetch_resp() 1717 Curl_pgrsSetDownloadSize(data, -1); in imap_regular_transfer()
|
D | mqtt.c | 632 Curl_pgrsSetDownloadSize(data, remlen); in mqtt_read_publish()
|
D | ftp.c | 1748 Curl_pgrsSetDownloadSize(data, ftpc->known_filesize); in ftp_state_quote() 2335 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 2339 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 4329 Curl_pgrsSetDownloadSize(data, -1); in ftp_regular_transfer()
|
D | smb.c | 829 Curl_pgrsSetDownloadSize(data, data->req.size); in smb_request_state()
|
D | tftp.c | 375 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
|
D | pop3.c | 1309 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
|
D | smtp.c | 1619 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
|
D | transfer.c | 1967 Curl_pgrsSetDownloadSize(data, size); in Curl_setup_transfer()
|
D | http.c | 3433 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_header() 4165 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 762 Curl_pgrsSetDownloadSize(data, -1); in wssh_statemach_act() 770 Curl_pgrsSetDownloadSize(data, size); in wssh_statemach_act() 835 Curl_pgrsSetDownloadSize(data, -1); in wssh_statemach_act() 978 Curl_pgrsSetDownloadSize(data, -1); in wssh_do()
|
D | libssh.c | 1402 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1631 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1691 Curl_pgrsSetDownloadSize(data, size); in myssh_statemach_act() 1719 Curl_pgrsSetDownloadSize(data, in myssh_statemach_act() 2339 Curl_pgrsSetDownloadSize(data, -1); in myssh_do_it()
|
D | libssh2.c | 2089 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act() 2325 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act() 2376 Curl_pgrsSetDownloadSize(data, size); in ssh_statemach_act() 2404 Curl_pgrsSetDownloadSize(data, in ssh_statemach_act() 3270 Curl_pgrsSetDownloadSize(data, -1); in ssh_do()
|