Searched refs:Curl_pgrsSetDownloadSize (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | progress.h | 45 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size);
|
D | file.c | 452 Curl_pgrsSetDownloadSize(data, expected_size); in file_do() 493 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
|
D | progress.c | 159 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTransferSizes() 341 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
|
D | ssh-libssh.c | 1272 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1505 Curl_pgrsSetDownloadSize(data, -1); in myssh_statemach_act() 1564 Curl_pgrsSetDownloadSize(data, size); in myssh_statemach_act() 1593 Curl_pgrsSetDownloadSize(data, in myssh_statemach_act() 2191 Curl_pgrsSetDownloadSize(data, -1); in myssh_do_it()
|
D | imap.c | 1115 Curl_pgrsSetDownloadSize(data, -1); in imap_state_fetch_resp() 1137 Curl_pgrsSetDownloadSize(data, size); in imap_state_fetch_resp() 1707 Curl_pgrsSetDownloadSize(data, -1); in imap_regular_transfer()
|
D | ssh.c | 1893 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act() 2159 Curl_pgrsSetDownloadSize(data, -1); in ssh_statemach_act() 2210 Curl_pgrsSetDownloadSize(data, size); in ssh_statemach_act() 2239 Curl_pgrsSetDownloadSize(data, in ssh_statemach_act() 3030 Curl_pgrsSetDownloadSize(data, -1); in ssh_do()
|
D | ftp.c | 1747 Curl_pgrsSetDownloadSize(data, ftpc->known_filesize); in ftp_state_quote() 2280 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 2284 Curl_pgrsSetDownloadSize(data, filesize); in ftp_state_size_resp() 4356 Curl_pgrsSetDownloadSize(data, -1); in ftp_regular_transfer()
|
D | smb.c | 807 Curl_pgrsSetDownloadSize(conn->data, conn->data->req.size); in smb_request_state()
|
D | pop3.c | 1301 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
|
D | tftp.c | 399 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
|
D | smtp.c | 1435 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
|
D | transfer.c | 1911 Curl_pgrsSetDownloadSize(data, size); in Curl_setup_transfer()
|
D | http.c | 3537 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers() 3789 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()
|