Searched defs:SingleRequest (Results 1 – 1 of 1) sorted by relevance
615 struct SingleRequest { struct616 curl_off_t size; /* -1 if unknown at this point */617 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,619 curl_off_t bytecount; /* total number of bytes read */620 curl_off_t writebytecount; /* number of bytes written */622 curl_off_t headerbytecount; /* only count received headers */623 curl_off_t deductheadercount; /* this amount of bytes doesn't count when we630 curl_off_t pendingheader; /* this many bytes left to send is actually632 struct curltime start; /* transfer started at this time */633 enum {[all …]