Searched refs:Curl_pgrsSetDownloadSize (Results 1 – 15 of 15) sorted by relevance
/curl/lib/ |
H A D | progress.h | 48 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size);
|
H A D | file.c | 506 Curl_pgrsSetDownloadSize(data, expected_size); in file_do() 552 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
|
H A D | progress.c | 152 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTransferSizes() 360 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
|
H A D | imap.c | 1154 Curl_pgrsSetDownloadSize(data, -1); in imap_state_fetch_resp() 1171 Curl_pgrsSetDownloadSize(data, size); in imap_state_fetch_resp() 1738 Curl_pgrsSetDownloadSize(data, -1); in imap_regular_transfer()
|
H A D | mqtt.c | 670 Curl_pgrsSetDownloadSize(data, remlen); in mqtt_read_publish()
|
H A D | ftp.c | 1667 Curl_pgrsSetDownloadSize(data, ftpc->known_filesize); in ftp_state_quote() 2323 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 2327 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 4328 Curl_pgrsSetDownloadSize(data, -1); in ftp_regular_transfer()
|
H A D | transfer.c | 825 Curl_pgrsSetDownloadSize(data, size); in xfer_setup()
|
H A D | smb.c | 1012 Curl_pgrsSetDownloadSize(data, data->req.size); in smb_request_state()
|
H A D | tftp.c | 376 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
|
H A D | pop3.c | 1388 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
|
H A D | smtp.c | 1603 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
|
H A D | http.c | 3291 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_size()
|
/curl/lib/vssh/ |
H A 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()
|
H A D | libssh.c | 1423 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1620 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1681 Curl_pgrsSetDownloadSize(data, size); in myssh_statemach_act() 1707 Curl_pgrsSetDownloadSize(data, in myssh_statemach_act() 2342 Curl_pgrsSetDownloadSize(data, -1); in myssh_do_it()
|
H A D | libssh2.c | 1518 Curl_pgrsSetDownloadSize(data, -1); in sftp_download_stat() 1570 Curl_pgrsSetDownloadSize(data, size); in sftp_download_stat() 1597 Curl_pgrsSetDownloadSize(data, in sftp_download_stat() 2455 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemachine() 3436 Curl_pgrsSetDownloadSize(data, -1); in ssh_do()
|
Completed in 77 milliseconds