Searched defs:SingleRequest (Results 1 – 1 of 1) sorted by relevance
633 struct SingleRequest { struct634 curl_off_t size; /* -1 if unknown at this point */635 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,637 curl_off_t bytecount; /* total number of bytes read */638 curl_off_t writebytecount; /* number of bytes written */640 curl_off_t pendingheader; /* this many bytes left to send is actually642 struct curltime start; /* transfer started at this time */643 unsigned int headerbytecount; /* received server headers (not CONNECT645 unsigned int allheadercount; /* all received headers (server + CONNECT) */646 unsigned int deductheadercount; /* this amount of bytes doesn't count when[all …]