Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 18 of 18) sorted by relevance
/third_party/curl/lib/ |
D | progress.h | 47 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size);
|
D | file.c | 534 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
|
D | progress.c | 315 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
|
D | mqtt.c | 659 Curl_pgrsSetDownloadCounter(data, k->bytecount); in mqtt_read_publish()
|
D | ldap.c | 708 Curl_pgrsSetDownloadCounter(data, dlsize); in ldap_do()
|
D | c-hyper.c | 225 Curl_pgrsSetDownloadCounter(data, data->req.bytecount); in hyper_body_chunk()
|
D | smb.c | 864 Curl_pgrsSetDownloadCounter(data, data->req.bytecount); in smb_request_state()
|
D | tftp.c | 1146 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
|
D | pop3.c | 1307 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
|
D | telnet.c | 1533 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
|
D | smtp.c | 1617 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
|
D | transfer.c | 806 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
|
D | imap.c | 1715 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
|
D | ftp.c | 4327 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
|
D | url.c | 4208 Curl_pgrsSetDownloadCounter(data, 0);
|
/third_party/curl/lib/vssh/ |
D | wolfssh.c | 976 Curl_pgrsSetDownloadCounter(data, 0); in wssh_do()
|
D | libssh.c | 2337 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
|
D | libssh2.c | 3268 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
|