Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1213 struct UrlState { struct1215 struct curltime keeps_speed; /* for the progress meter really */1217 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */1218 curl_off_t recent_conn_id; /* The most recent connection used, might no1220 struct dynbuf headerb; /* buffer to store headers in */1221 struct curl_slist *hstslist; /* list of HSTS files set by1223 curl_off_t current_speed; /* the ProgressShow() function sets this,1230 char *first_host;1231 int first_remote_port;1232 curl_prot_t first_remote_protocol;[all …]