Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1328 struct UrlState { struct1330 struct conncache *conn_cache;1332 struct curltime keeps_speed; /* for the progress meter really */1334 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */1335 curl_off_t recent_conn_id; /* The most recent connection used, might no1337 struct dynbuf headerb; /* buffer to store headers in */1338 struct curl_slist *hstslist; /* list of HSTS files set by1340 char *buffer; /* download buffer */1341 char *ulbuf; /* allocated upload buffer or NULL */1342 curl_off_t current_speed; /* the ProgressShow() function sets this,[all …]