Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 14 of 14) sorted by relevance
/external/curl/lib/ |
D | progress.h | 47 void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size);
|
D | file.c | 573 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
|
D | progress.c | 223 void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
|
D | ldap.c | 650 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
|
D | smb.c | 803 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
|
D | pop3.c | 1326 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
|
D | tftp.c | 1121 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
|
D | telnet.c | 1607 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
|
D | smtp.c | 1434 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
|
D | transfer.c | 697 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
|
D | imap.c | 1718 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
|
D | ssh.c | 2920 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
|
D | ftp.c | 4485 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
|
D | url.c | 6156 Curl_pgrsSetDownloadCounter(data, 0); in do_init()
|