Home
last modified time | relevance | path

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

/third_party/curl/lib/
Drequest.h60 struct SingleRequest { struct
61 curl_off_t size; /* -1 if unknown at this point */
62 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
64 curl_off_t bytecount; /* total number of bytes read */
65 curl_off_t writebytecount; /* number of bytes written */
67 struct curltime start; /* transfer started at this time */
68 unsigned int headerbytecount; /* received server headers (not CONNECT
70 unsigned int allheadercount; /* all received headers (server + CONNECT) */
71 unsigned int deductheadercount; /* this amount of bytes doesn't count when
77 int headerline; /* counts header lines to better track the
[all …]