Searched refs:writebytecount (Results 1 – 6 of 6) sorted by relevance
439 if((k->bytecount == 0) && (k->writebytecount == 0)) { in readwrite_data()826 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()975 k->writebytecount += bytes_written; in readwrite_upload()977 if(k->writebytecount == data->state.infilesize) { in readwrite_upload()1004 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()1082 *k->writebytecountp = k->writebytecount; /* write count */ in Curl_readwrite()1909 if(http->writebytecount) in Curl_retry_request()
412 bytessent = http->writebytecount; in http_perhapsrewind()1157 http->writebytecount += bodylen; in Curl_add_buffer_send()1498 data->req.bytecount = http->readbytecount + http->writebytecount; in Curl_http_done()1508 data->req.bytecount = http->readbytecount + http->writebytecount; in Curl_http_done()1821 http->writebytecount = http->readbytecount = 0; in Curl_http()2500 &http->writebytecount); in Curl_http()2555 postsize?&http->writebytecount:NULL); in Curl_http()2713 http->postdata?&http->writebytecount:NULL); in Curl_http()2731 http->postdata?&http->writebytecount:NULL); in Curl_http()2736 if(http->writebytecount) { in Curl_http()[all …]
567 putsize?&http->writebytecount:NULL); in rtsp_do()572 if(http->writebytecount) { in rtsp_do()575 Curl_pgrsSetUploadCounter(data, http->writebytecount); in rtsp_do()
135 curl_off_t writebytecount; member
776 k->writebytecount += state->sbytes; in tftp_tx()777 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()802 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
620 curl_off_t writebytecount; /* number of bytes written */ member