Home
last modified time | relevance | path

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

/curl/lib/
H A Drequest.c63 req->writebytecount = 0; in Curl_req_soft_reset()
132 req->writebytecount = 0; in Curl_req_hard_reset()
232 data->req.writebytecount += body_len; in xfer_send()
233 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in xfer_send()
275 if(data->req.writebytecount) in Curl_req_set_upload_done()
277 data->req.writebytecount); in Curl_req_set_upload_done()
281 else if(data->req.writebytecount) in Curl_req_set_upload_done()
283 data->req.writebytecount); in Curl_req_set_upload_done()
H A Drequest.h68 curl_off_t writebytecount; /* number of bytes written */ member
H A 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()
H A Drtsp.c592 if(data->req.writebytecount) { in rtsp_do()
595 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
H A Dc-hyper.c687 data->req.writebytecount += fillcount; in uploadstreamed()
690 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadstreamed()
H A Dftp.c3364 (data->state.infilesize != data->req.writebytecount) && in ftp_done()
3369 data->req.writebytecount, data->state.infilesize); in ftp_done()
H A Dhttp.c408 curl_off_t bytessent = data->req.writebytecount; in http_perhapsrewind()
3586 if(!k->writebytecount && http_exp100_is_waiting(data)) { in http_on_response()

Completed in 49 milliseconds