Lines Matching refs:writebytecount
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()
2739 Curl_pgrsSetUploadCounter(data, http->writebytecount); in Curl_http()
2743 if(http->writebytecount >= postsize) { in Curl_http()
2748 http->writebytecount, postsize); in Curl_http()