Home
last modified time | relevance | path

Searched refs:upload_present (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/
H A Dtransfer.c627 if(0 != k->upload_present && in readwrite_upload()
628 k->upload_present < curl_upload_refill_watermark(data) && in readwrite_upload()
630 !k->upload_done && /*!(k->upload_done once k->upload_present sent)*/ in readwrite_upload()
631 !(k->writebytecount + k->upload_present - k->pendingheader == in readwrite_upload()
633 offset = k->upload_present; in readwrite_upload()
638 if(0 == k->upload_present || offset) { in readwrite_upload()
700 k->upload_present = nread; in readwrite_upload()
751 k->upload_present = nread; in readwrite_upload()
762 } /* if 0 == k->upload_present or appended to upload buffer */ in readwrite_upload()
772 k->upload_present, /* buffe in readwrite_upload()
[all...]
H A Dsmtp.c1917 data->req.upload_present = si; in Curl_smtp_escape_eob()
H A Durldata.h696 /* 'upload_present' is used to keep a byte counter of how much data there is
698 ssize_t upload_present; member
702 and the 'upload_present' contains the number of bytes available at this

Completed in 9 milliseconds