Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1318 struct UrlState { struct
1320 struct conncache *conn_cache;
1322 struct curltime keeps_speed; /* for the progress meter really */
1324 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */
1325 curl_off_t recent_conn_id; /* The most recent connection used, might no
1327 struct dynbuf headerb; /* buffer to store headers in */
1329 char *buffer; /* download buffer */
1330 char *ulbuf; /* allocated upload buffer or NULL */
1331 curl_off_t current_speed; /* the ProgressShow() function sets this,
1338 char *first_host;
[all …]