Home
last modified time | relevance | path

Searched refs:Curl_pgrsSetUploadSize (Results 1 - 15 of 15) sorted by relevance

/third_party/curl/lib/
H A Dprogress.h49 void Curl_pgrsSetUploadSize(struct Curl_easy *data, curl_off_t size);
H A Dprogress.c155 Curl_pgrsSetUploadSize(data, -1); in Curl_pgrsResetTransferSizes()
376 void Curl_pgrsSetUploadSize(struct Curl_easy *data, curl_off_t size) in Curl_pgrsSetUploadSize() function
H A Dcurl_rtmp.c33 #include "progress.h" /* for Curl_pgrsSetUploadSize */
267 Curl_pgrsSetUploadSize(data, data->state.infilesize); in rtmp_do()
H A Dhttp.c2501 Curl_pgrsSetUploadSize(data, http->postsize); in Curl_http_bodysend()
2576 Curl_pgrsSetUploadSize(data, http->postsize); in Curl_http_bodysend()
2680 Curl_pgrsSetUploadSize(data, http->postsize); in Curl_http_bodysend()
2691 Curl_pgrsSetUploadSize(data, http->postsize); in Curl_http_bodysend()
2718 Curl_pgrsSetUploadSize(data, http->postsize?http->postsize:-1); in Curl_http_bodysend()
3315 Curl_pgrsSetUploadSize(data, 0); /* nothing */ in Curl_http()
H A Dfile.c328 Curl_pgrsSetUploadSize(data, data->state.infilesize); in file_upload()
H A Dsmtp.c1162 Curl_pgrsSetUploadSize(data, data->state.infilesize); in smtp_state_data_resp()
1638 Curl_pgrsSetUploadSize(data, -1); in smtp_regular_transfer()
H A Dc-hyper.c769 Curl_pgrsSetUploadSize(data, 0); /* no request body */ in bodysend()
1195 Curl_pgrsSetUploadSize(data, 0); /* nothing */ in Curl_http()
H A Dimap.c1266 Curl_pgrsSetUploadSize(data, data->state.infilesize); in imap_state_append_resp()
1737 Curl_pgrsSetUploadSize(data, -1); in imap_regular_transfer()
H A Dsmb.c1007 Curl_pgrsSetUploadSize(data, data->req.size); in smb_request_state()
H A Dtftp.c458 Curl_pgrsSetUploadSize(data, data->state.infilesize); in tftp_send_first()
H A Dpop3.c1328 Curl_pgrsSetUploadSize(data, -1); in pop3_regular_transfer()
H A Dftp.c455 Curl_pgrsSetUploadSize(data, data->state.infilesize); in InitiateTransfer()
4339 Curl_pgrsSetUploadSize(data, -1); in ftp_regular_transfer()
/third_party/curl/lib/vssh/
H A Dwolfssh.c671 Curl_pgrsSetUploadSize(data, data->state.infilesize); in wssh_statemach_act()
678 Curl_pgrsSetUploadSize(data, data->state.infilesize); in wssh_statemach_act()
974 Curl_pgrsSetUploadSize(data, -1); in wssh_do()
H A Dlibssh.c1338 Curl_pgrsSetUploadSize(data, data->state.infilesize); in myssh_statemach_act()
1349 Curl_pgrsSetUploadSize(data, data->state.infilesize); in myssh_statemach_act()
2334 Curl_pgrsSetUploadSize(data, -1); in myssh_do_it()
H A Dlibssh2.c2188 Curl_pgrsSetUploadSize(data, data->state.infilesize); in ssh_statemach_act()
2195 Curl_pgrsSetUploadSize(data, data->state.infilesize); in ssh_statemach_act()
2741 Curl_pgrsSetUploadSize(data, data->state.infilesize); in ssh_statemach_act()
3465 Curl_pgrsSetUploadSize(data, -1); in ssh_do()

Completed in 31 milliseconds