Searched defs:SingleRequest (Results 1 – 1 of 1) sorted by relevance
504 struct SingleRequest { struct505 curl_off_t size; /* -1 if unknown at this point */506 curl_off_t *bytecountp; /* return number of bytes read or NULL */508 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,510 curl_off_t *writebytecountp; /* return number of bytes written or NULL */512 curl_off_t bytecount; /* total number of bytes read */513 curl_off_t writebytecount; /* number of bytes written */515 long headerbytecount; /* only count received headers */516 long deductheadercount; /* this amount of bytes doesn't count when we check522 struct curltime start; /* transfer started at this time */[all …]