Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dtransfer.c961 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()
1123 k->writebytecount += nbody; in readwrite_upload()
1124 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()
1128 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()
1906 if(data->req.writebytecount) { in Curl_retry_request()
Dc-hyper.c581 data->req.writebytecount += (size_t)data->req.p.http->postsize; in uploadpostfields()
582 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadpostfields()
613 data->req.writebytecount += fillcount; in uploadstreamed()
Drtsp.c590 if(data->req.writebytecount) { in rtsp_do()
593 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
Dtftp.c792 k->writebytecount += state->sbytes; in tftp_tx()
793 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
818 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
Dhttp.c461 bytessent = data->req.writebytecount; in http_perhapsrewind()
1373 data->req.writebytecount += bodylen; in Curl_buffer_send()
1374 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send()
3269 (http->postsize <= data->req.writebytecount) && in Curl_http()
3273 if(data->req.writebytecount) { in Curl_http()
3276 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()
3285 data->req.writebytecount, http->postsize); in Curl_http()
Durldata.h637 curl_off_t writebytecount; /* number of bytes written */ member
Dftp.c3376 (data->state.infilesize != data->req.writebytecount) && in ftp_done()