Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c439 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()
Dhttp.c412 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 …]
Drtsp.c567 putsize?&http->writebytecount:NULL); in rtsp_do()
572 if(http->writebytecount) { in rtsp_do()
575 Curl_pgrsSetUploadCounter(data, http->writebytecount); in rtsp_do()
Dhttp.h135 curl_off_t writebytecount; member
Dtftp.c776 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()
Durldata.h620 curl_off_t writebytecount; /* number of bytes written */ member