Home
last modified time | relevance | path

Searched refs:Curl_pgrsSetDownloadSize (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dprogress.h45 void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size);
Dfile.c505 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
542 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
Dprogress.c160 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTimesSizes()
233 void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
Dssh.c1851 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act()
2118 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act()
2162 Curl_pgrsSetDownloadSize(data, size); in ssh_statemach_act()
2191 Curl_pgrsSetDownloadSize(data, in ssh_statemach_act()
2922 Curl_pgrsSetDownloadSize(data, -1); in ssh_do()
Dimap.c1106 Curl_pgrsSetDownloadSize(data, -1); in imap_state_fetch_resp()
1127 Curl_pgrsSetDownloadSize(data, size); in imap_state_fetch_resp()
1720 Curl_pgrsSetDownloadSize(data, -1); in imap_regular_transfer()
Dftp.c1786 Curl_pgrsSetDownloadSize(data, ftpc->known_filesize); in ftp_state_quote()
2376 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp()
2380 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp()
4487 Curl_pgrsSetDownloadSize(data, -1); in ftp_regular_transfer()
Dsmb.c770 Curl_pgrsSetDownloadSize(conn->data, conn->data->req.size); in smb_request_state()
Dpop3.c1328 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
Dtftp.c397 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
Dtransfer.c1960 Curl_pgrsSetDownloadSize(data, size); in Curl_setup_transfer()
Dsmtp.c1436 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
Dhttp.c3213 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()
3442 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()