Searched refs:writebytecount (Results 1 – 6 of 6) sorted by relevance
638 if((k->bytecount == 0) && (k->writebytecount == 0)) { in readwrite_data()1052 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()1200 k->writebytecount += bytes_written; in readwrite_upload()1201 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()1204 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()1856 if(data->req.writebytecount) { in Curl_retry_request()
599 if(data->req.writebytecount) { in rtsp_do()602 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
802 k->writebytecount += state->sbytes; in tftp_tx()803 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()828 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
420 bytessent = data->req.writebytecount; in http_perhapsrewind()1241 data->req.writebytecount += bodylen; in Curl_add_buffer_send()1242 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_add_buffer_send()2970 if(data->req.writebytecount) { in Curl_http()2973 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()2977 if(data->req.writebytecount >= postsize) { in Curl_http()2982 data->req.writebytecount, postsize); in Curl_http()
550 curl_off_t writebytecount; /* number of bytes written */ member
3305 (data->state.infilesize != data->req.writebytecount) && in ftp_done()