Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 15 of 15) sorted by relevance
/external/curl/lib/ |
D | progress.h | 47 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size);
|
D | file.c | 531 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
|
D | progress.c | 306 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
|
D | ldap.c | 719 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
|
D | smb.c | 842 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
|
D | pop3.c | 1299 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
|
D | tftp.c | 1149 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
|
D | telnet.c | 1630 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
|
D | smtp.c | 1433 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
|
D | transfer.c | 901 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
|
D | imap.c | 1705 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
|
D | ssh-libssh.c | 2189 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
|
D | ssh.c | 3028 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
|
D | ftp.c | 4354 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
|
D | url.c | 4280 Curl_pgrsSetDownloadCounter(data, 0); in Curl_init_do()
|