Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 17 of 17) 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 | 316 void Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
|
D | mqtt.c | 494 Curl_pgrsSetDownloadCounter(data, k->bytecount); in mqtt_read_publish()
|
D | ldap.c | 705 Curl_pgrsSetDownloadCounter(data, dlsize); in Curl_ldap()
|
D | smb.c | 845 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state()
|
D | pop3.c | 1296 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
|
D | tftp.c | 1165 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
|
D | telnet.c | 1518 Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
|
D | smtp.c | 1604 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
|
D | transfer.c | 858 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data()
|
D | imap.c | 1699 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
|
D | url.c | 4045 Curl_pgrsSetDownloadCounter(data, 0);
|
D | ftp.c | 4251 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
|
/external/curl/lib/vssh/ |
D | wolfssh.c | 963 Curl_pgrsSetDownloadCounter(data, 0); in wssh_do()
|
D | libssh.c | 2320 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
|
D | libssh2.c | 3273 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
|