Home | History | Annotate | Download | only in lib

Lines Matching refs:writebytecount

398   bytessent = http->writebytecount;
1145 http->writebytecount += bodylen;
1501 data->req.bytecount = http->readbytecount + http->writebytecount;
1511 data->req.bytecount = http->readbytecount + http->writebytecount;
1840 http->writebytecount = http->readbytecount = 0;
2516 &http->writebytecount);
2571 postsize?&http->writebytecount:NULL);
2729 http->postdata?&http->writebytecount:NULL);
2747 http->postdata?&http->writebytecount:NULL);
2752 if(http->writebytecount) {
2755 Curl_pgrsSetUploadCounter(data, http->writebytecount);
2759 if(http->writebytecount >= postsize) {
2764 http->writebytecount, postsize);