Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1180 struct UrlState { struct1182 struct curltime keeps_speed; /* for the progress meter really */1184 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */1185 curl_off_t recent_conn_id; /* The most recent connection used, might no1187 struct dynbuf headerb; /* buffer to store headers in */1188 struct curl_slist *hstslist; /* list of HSTS files set by1190 curl_off_t current_speed; /* the ProgressShow() function sets this,1197 char *first_host;1198 int first_remote_port;1199 curl_prot_t first_remote_protocol;[all …]