Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c491 if((k->bytecount == 0) && (k->writebytecount == 0)) { in readwrite_data()
875 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()
1020 k->writebytecount += bytes_written; in readwrite_upload()
1023 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()
1051 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()
1133 *k->writebytecountp = k->writebytecount; /* write count */ in Curl_readwrite()
1953 if(http->writebytecount) in Curl_retry_request()
Dhttp.c388 bytessent = http->writebytecount; in http_perhapsrewind()
1147 http->writebytecount += bodylen; in Curl_add_buffer_send()
1461 data->req.bytecount = http->readbytecount + http->writebytecount; in Curl_http_done()
1830 http->writebytecount = http->readbytecount = 0; in Curl_http()
2487 postsize?&http->writebytecount:NULL); in Curl_http()
2578 postsize?&http->writebytecount:NULL); in Curl_http()
2734 http->postdata?&http->writebytecount:NULL); in Curl_http()
2752 http->postdata?&http->writebytecount:NULL); in Curl_http()
2757 if(http->writebytecount) { in Curl_http()
2760 Curl_pgrsSetUploadCounter(data, http->writebytecount); in Curl_http()
[all …]
Drtsp.c605 putsize?&http->writebytecount:NULL); in rtsp_do()
610 if(http->writebytecount) { in rtsp_do()
613 Curl_pgrsSetUploadCounter(data, http->writebytecount); in rtsp_do()
Dhttp.h138 curl_off_t writebytecount; member
Dtftp.c799 k->writebytecount += state->sbytes; in tftp_tx()
800 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
825 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
Durldata.h513 curl_off_t writebytecount; /* number of bytes written */ member