Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c1012 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()
1160 k->writebytecount += bytes_written; in readwrite_upload()
1161 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()
1164 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()
1828 if(data->req.writebytecount) { in Curl_retry_request()
Drtsp.c579 if(data->req.writebytecount) { in rtsp_do()
582 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
Dtftp.c817 k->writebytecount += state->sbytes; in tftp_tx()
818 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
843 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
Dhttp.c447 bytessent = data->req.writebytecount; in http_perhapsrewind()
1276 data->req.writebytecount += bodylen; in Curl_buffer_send()
1277 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send()
2974 if(data->req.writebytecount) { in Curl_http()
2977 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()
2981 if(data->req.writebytecount >= postsize) { in Curl_http()
2986 data->req.writebytecount, postsize); in Curl_http()
Durldata.h597 curl_off_t writebytecount; /* number of bytes written */ member
Dftp.c3317 (data->state.infilesize != data->req.writebytecount) && in ftp_done()