Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1251 struct UrlState { struct
1254 struct conncache *conn_cache;
1257 struct curltime keeps_speed; /* for the progress meter really */
1259 struct connectdata *lastconnect; /* The last connection, NULL if undefined */
1261 char *headerbuff; /* allocated buffer to store headers in */
1262 size_t headersize; /* size of the allocation */
1264 char *buffer; /* download buffer */
1265 char *ulbuf; /* allocated upload buffer or NULL */
1266 curl_off_t current_speed; /* the ProgressShow() function sets this,
1268 char *first_host; /* host name of the first (not followed) request.
[all …]