Searched refs:Curl_pgrsSetDownloadCounter (Results 1 – 14 of 14) sorted by relevance
/curl/lib/ |
H A D | progress.h | 52 CURLcode Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size);
|
H A D | progress.c | 324 CURLcode Curl_pgrsSetDownloadCounter(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadCounter() function
|
H A D | ldap.c | 544 Curl_pgrsSetDownloadCounter(data, 0); in ldap_do()
|
H A D | cf-h1-proxy.c | 1017 Curl_pgrsSetDownloadCounter(data, 0); in cf_h1_proxy_connect()
|
H A D | pop3.c | 1386 Curl_pgrsSetDownloadCounter(data, 0); in pop3_regular_transfer()
|
H A D | telnet.c | 1576 result = Curl_pgrsSetDownloadCounter(data, total_dl); in telnet_do()
|
H A D | sendf.c | 322 result = Curl_pgrsSetDownloadCounter(data, data->req.bytecount); in cw_download_write()
|
H A D | smtp.c | 1601 Curl_pgrsSetDownloadCounter(data, 0); in smtp_regular_transfer()
|
H A D | imap.c | 1736 Curl_pgrsSetDownloadCounter(data, 0); in imap_regular_transfer()
|
H A D | ftp.c | 4326 Curl_pgrsSetDownloadCounter(data, 0); in ftp_regular_transfer()
|
H A D | url.c | 3855 Curl_pgrsSetDownloadCounter(data, 0);
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 976 Curl_pgrsSetDownloadCounter(data, 0); in wssh_do()
|
H A D | libssh.c | 2340 Curl_pgrsSetDownloadCounter(data, 0); in myssh_do_it()
|
H A D | libssh2.c | 3434 Curl_pgrsSetDownloadCounter(data, 0); in ssh_do()
|
Completed in 62 milliseconds