Home
last modified time | relevance | path

Searched refs:writebytecount (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/lib/
Dtransfer.c834 !(k->writebytecount + k->upload_present - k->pendingheader == in readwrite_upload()
1007 k->writebytecount += nbody; in readwrite_upload()
1008 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()
1012 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()
1849 data->req.writebytecount) { in Curl_retry_request()
Dc-hyper.c707 data->req.writebytecount += (size_t)data->req.p.http->postsize; in uploadpostfields()
708 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadpostfields()
769 data->req.writebytecount += fillcount; in uploadstreamed()
770 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadstreamed()
Dtftp.c795 k->writebytecount += state->sbytes; in tftp_tx()
796 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
821 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
Drtsp.c577 if(data->req.writebytecount) { in rtsp_do()
580 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
Dhttp.c527 bytessent = data->req.writebytecount; in http_perhapsrewind()
1444 data->req.writebytecount += bodylen; in Curl_buffer_send()
1445 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send()
3404 (http->postsize <= data->req.writebytecount) && in Curl_http()
3408 if(data->req.writebytecount) { in Curl_http()
3411 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()
3420 data->req.writebytecount, http->postsize); in Curl_http()
4311 if(!k->writebytecount && in Curl_http_readwrite_headers()
Durldata.h638 curl_off_t writebytecount; /* number of bytes written */ member
Dftp.c3409 (data->state.infilesize != data->req.writebytecount) && in ftp_done()
3414 data->req.writebytecount, data->state.infilesize); in ftp_done()