Home
last modified time | relevance | path

Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 14 of 14) sorted by relevance

/external/curl/lib/
Dprogress.h47 void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size);
Dfile.c573 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
Dprogress.c223 void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
Dldap.c650 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
Dsmb.c803 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
Dpop3.c1326 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
Dtftp.c1121 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
Dtelnet.c1607 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
Dsmtp.c1434 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
Dtransfer.c697 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
Dimap.c1718 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
Dssh.c2920 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
Dftp.c4485 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
Durl.c6156 Curl_pgrsSetDownloadCounter(data, 0); in do_init()