Home
last modified time | relevance | path

Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 17 of 17) 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.c316 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
Dmqtt.c494 Curl_pgrsSetDownloadCounter(data, k->bytecount); in mqtt_read_publish()
Dldap.c705 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
Dsmb.c845 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
Dpop3.c1296 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
Dtftp.c1165 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
Dtelnet.c1518 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
Dsmtp.c1604 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
Dtransfer.c858 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
Dimap.c1699 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
Durl.c4045 Curl_pgrsSetDownloadCounter(data, 0);
Dftp.c4251 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
/external/curl/lib/vssh/
Dwolfssh.c963 Curl_pgrsSetDownloadCounter(data, 0); in wssh_do()
Dlibssh.c2320 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
Dlibssh2.c3273 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()