Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.h47 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size);
Dfile.c531 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
Dprogress.c306 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
Dldap.c719 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
Dsmb.c842 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
Dpop3.c1299 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
Dtftp.c1149 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
Dtelnet.c1630 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
Dsmtp.c1433 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
Dtransfer.c901 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
Dimap.c1705 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
Dssh-libssh.c2189 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
Dssh.c3028 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
Dftp.c4354 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
Durl.c4280 Curl_pgrsSetDownloadCounter(data, 0); in Curl_init_do()