Searched refs:writebytecount (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.h129 curl_off_t writebytecount; member in struct:HTTP
H A Dtransfer.c441 if((k->bytecount == 0) && (k->writebytecount == 0)) {
816 if((k->bytecount == 0) && (k->writebytecount == 0))
968 k->writebytecount += bytes_written;
970 if(k->writebytecount == data->set.infilesize) {
997 Curl_pgrsSetUploadCounter(data, k->writebytecount);
1070 *k->writebytecountp = k->writebytecount; /* write count */
1904 if(http->writebytecount)
H A Dhttp.c364 bytessent = http->writebytecount;
1106 http->writebytecount += bodylen;
1435 data->req.bytecount = http->readbytecount + http->writebytecount;
1445 data->req.bytecount = http->readbytecount + http->writebytecount;
1702 http->writebytecount = http->readbytecount = 0;
2366 &http->writebytecount);
2419 postsize?&http->writebytecount:NULL);
2578 http->postdata?&http->writebytecount:NULL);
2596 http->postdata?&http->writebytecount:NULL);
2601 if(http->writebytecount) {
[all...]
H A Drtsp.c570 putsize?&http->writebytecount:NULL);
575 if(http->writebytecount) {
578 Curl_pgrsSetUploadCounter(data, http->writebytecount);
H A Dtftp.c775 k->writebytecount += state->sbytes;
776 Curl_pgrsSetUploadCounter(data, k->writebytecount);
801 Curl_pgrsSetUploadCounter(data, k->writebytecount);
H A Durldata.h617 curl_off_t writebytecount; /* number of bytes written */ member in struct:SingleRequest

Completed in 176 milliseconds