Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1277 struct UrlState { struct1280 struct conncache *conn_cache;1283 struct curltime keeps_speed; /* for the progress meter really */1285 struct connectdata *lastconnect; /* The last connection, NULL if undefined */1287 char *headerbuff; /* allocated buffer to store headers in */1288 size_t headersize; /* size of the allocation */1290 char *buffer; /* download buffer */1291 char *ulbuf; /* allocated upload buffer or NULL */1292 curl_off_t current_speed; /* the ProgressShow() function sets this,1294 char *first_host; /* host name of the first (not followed) request.[all …]