Searched refs:writebytecount (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/lib/ |
D | transfer.c | 834 !(k->writebytecount + k->upload_present - k->pendingheader == in readwrite_upload() 1007 k->writebytecount += nbody; in readwrite_upload() 1008 Curl_pgrsSetUploadCounter(data, k->writebytecount); in readwrite_upload() 1012 (k->writebytecount == data->state.infilesize)) { in readwrite_upload() 1849 data->req.writebytecount) { in Curl_retry_request()
|
D | c-hyper.c | 707 data->req.writebytecount += (size_t)data->req.p.http->postsize; in uploadpostfields() 708 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadpostfields() 769 data->req.writebytecount += fillcount; in uploadstreamed() 770 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in uploadstreamed()
|
D | tftp.c | 795 k->writebytecount += state->sbytes; in tftp_tx() 796 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx() 821 Curl_pgrsSetUploadCounter(data, k->writebytecount); in tftp_tx()
|
D | rtsp.c | 577 if(data->req.writebytecount) { in rtsp_do() 580 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in rtsp_do()
|
D | http.c | 527 bytessent = data->req.writebytecount; in http_perhapsrewind() 1444 data->req.writebytecount += bodylen; in Curl_buffer_send() 1445 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_buffer_send() 3404 (http->postsize <= data->req.writebytecount) && in Curl_http() 3408 if(data->req.writebytecount) { in Curl_http() 3411 Curl_pgrsSetUploadCounter(data, data->req.writebytecount); in Curl_http() 3420 data->req.writebytecount, http->postsize); in Curl_http() 4311 if(!k->writebytecount && in Curl_http_readwrite_headers()
|
D | urldata.h | 638 curl_off_t writebytecount; /* number of bytes written */ member
|
D | ftp.c | 3409 (data->state.infilesize != data->req.writebytecount) && in ftp_done() 3414 data->req.writebytecount, data->state.infilesize); in ftp_done()
|