Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.h45 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size);
Dfile.c452 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
493 Curl_pgrsSetDownloadSize(data, expected_size); in file_do()
Dprogress.c159 Curl_pgrsSetDownloadSize(data, -1); in Curl_pgrsResetTransferSizes()
341 void Curl_pgrsSetDownloadSize(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetDownloadSize() function
Dssh-libssh.c1272 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()
Dimap.c1115 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()
Dssh.c1893 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()
Dftp.c1747 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()
Dsmb.c807 Curl_pgrsSetDownloadSize(conn->data, conn->data->req.size); in smb_request_state()
Dpop3.c1301 Curl_pgrsSetDownloadSize(data, -1); in pop3_regular_transfer()
Dtftp.c399 Curl_pgrsSetDownloadSize(data, tsize); in tftp_parse_option_ack()
Dsmtp.c1435 Curl_pgrsSetDownloadSize(data, -1); in smtp_regular_transfer()
Dtransfer.c1911 Curl_pgrsSetDownloadSize(data, size); in Curl_setup_transfer()
Dhttp.c3537 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()
3789 Curl_pgrsSetDownloadSize(data, k->size); in Curl_http_readwrite_headers()