Home
last modified time | relevance | path

Searched defs:SingleRequest (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Durldata.h592 struct SingleRequest { struct
593 curl_off_t size; /* -1 if unknown at this point */
594 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
596 curl_off_t bytecount; /* total number of bytes read */
597 curl_off_t writebytecount; /* number of bytes written */
599 curl_off_t headerbytecount; /* only count received headers */
600 curl_off_t deductheadercount; /* this amount of bytes doesn't count when we
607 struct curltime start; /* transfer started at this time */
608 struct curltime now; /* current time */
609 enum {
[all …]