Searched refs:Curl_pgrsSetDownloadSize (Results 1 – 12 of 12) sorted by relevance
/external/curl/lib/ |
D | progress.h | 45 void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size);
|
D | file.c | 505 Curl_pgrsSetDownloadSize(data, expected_size); in file_do() 542 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
|
D | progress.c | 160 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTimesSizes() 233 void Curl_pgrsSetDownloadSize(struct SessionHandle *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
|
D | ssh.c | 1851 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()
|
D | imap.c | 1106 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()
|
D | ftp.c | 1786 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()
|
D | smb.c | 770 Curl_pgrsSetDownloadSize(conn->data, conn->data->req.size); in smb_request_state()
|
D | pop3.c | 1328 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
|
D | tftp.c | 397 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
|
D | transfer.c | 1960 Curl_pgrsSetDownloadSize(data, size); in Curl_setup_transfer()
|
D | smtp.c | 1436 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
|
D | http.c | 3213 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers() 3442 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()
|