Searched refs:writebytecount (Results 1 - 7 of 7) sorted by relevance
/third_party/curl/lib/ |
H A D | transfer.c | 631 !(k->writebytecount + k->upload_present - k->pendingheader == in readwrite_upload() 804 k->writebytecount += nbody; in readwrite_upload() 805 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload() 809 (k->writebytecount == data->state.infilesize)) { in readwrite_upload() 1579 data->req.writebytecount) { in Curl_retry_request()
|
H A D | c-hyper.c | 684 /* increasing the writebytecount here is a little premature but we in uploadpostfields() 686 data->req.writebytecount += (size_t)data->req.p.http->postsize; in uploadpostfields() 687 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadpostfields() 746 /* increasing the writebytecount here is a little premature but we in uploadstreamed() 748 data->req.writebytecount += fillcount; in uploadstreamed() 749 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadstreamed()
|
H A D | http.c | 447 bytessent = data->req.writebytecount; in http_perhapsrewind() 1385 data->req.writebytecount += bodylen; in Curl_buffer_send() 1386 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send() 3326 (http->postsize <= data->req.writebytecount) && in Curl_http() 3330 if(data->req.writebytecount) { in Curl_http() 3333 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http() 3342 data->req.writebytecount, http->postsize); in Curl_http() 4220 if(!k->writebytecount && in http_rw_headers()
|
H A D | tftp.c | 793 k->writebytecount += state->sbytes; in tftp_tx() 794 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx() 819 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
|
H A D | rtsp.c | 581 if(data->req.writebytecount) { in rtsp_do() 584 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
|
H A D | urldata.h | 661 curl_off_t writebytecount; /* number of bytes written */ member
|
H A D | ftp.c | 3402 (data->state.infilesize != data->req.writebytecount) && in ftp_done() 3407 data->req.writebytecount, data->state.infilesize); in ftp_done()
|
Completed in 24 milliseconds