Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c638 if((k->bytecount == 0) && (k->writebytecount == 0)) { in readwrite_data()
1052 if((k->bytecount == 0) && (k->writebytecount == 0)) in readwrite_upload()
1200 k->writebytecount += bytes_written; in readwrite_upload()
1201 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload()
1204 (k->writebytecount == data->state.infilesize)) { in readwrite_upload()
1856 if(data->req.writebytecount) { in Curl_retry_request()
Drtsp.c599 if(data->req.writebytecount) { in rtsp_do()
602 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
Dtftp.c802 k->writebytecount += state->sbytes; in tftp_tx()
803 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
828 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
Dhttp.c420 bytessent = data->req.writebytecount; in http_perhapsrewind()
1241 data->req.writebytecount += bodylen; in Curl_add_buffer_send()
1242 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_add_buffer_send()
2970 if(data->req.writebytecount) { in Curl_http()
2973 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http()
2977 if(data->req.writebytecount >= postsize) { in Curl_http()
2982 data->req.writebytecount, postsize); in Curl_http()
Durldata.h550 curl_off_t writebytecount; /* number of bytes written */ member
Dftp.c3305 (data->state.infilesize != data->req.writebytecount) && in ftp_done()