Searched refs:writebytecount (Results 1 – 6 of 6) sorted by relevance
1012 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()1160 k->writebytecount += bytes_written; in readwrite_upload()1161 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()1164 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()1828 if(data->req.writebytecount) { in Curl_retry_request()
579 if(data->req.writebytecount) { in rtsp_do()582 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
817 k->writebytecount += state->sbytes; in tftp_tx()818 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()843 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
447 bytessent = data->req.writebytecount; in http_perhapsrewind()1276 data->req.writebytecount += bodylen; in Curl_buffer_send()1277 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send()2974 if(data->req.writebytecount) { in Curl_http()2977 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()2981 if(data->req.writebytecount >= postsize) { in Curl_http()2986 data->req.writebytecount, postsize); in Curl_http()
597 curl_off_t writebytecount; /* number of bytes written */ member
3317 (data->state.infilesize != data->req.writebytecount) && in ftp_done()