Searched refs:writebytecount (Results 1 – 7 of 7) sorted by relevance
961 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()
581 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()
590 if(data->req.writebytecount) { in rtsp_do()593 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
792 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()
461 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()
637 curl_off_t writebytecount; /* number of bytes written */ member
3376 (data->state.infilesize != data->req.writebytecount) && in ftp_done()