Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Durldata.h1213 struct UrlState { struct
1215 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 no
1220 struct dynbuf headerb; /* buffer to store headers in */
1221 struct curl_slist *hstslist; /* list of HSTS files set by
1223 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 …]