Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1278 struct UrlState { struct1280 struct conncache *conn_cache;1282 struct curltime keeps_speed; /* for the progress meter really */1284 long lastconnect_id; /* The last connection, -1 if undefined */1285 struct dynbuf headerb; /* buffer to store headers in */1287 char *buffer; /* download buffer */1288 char *ulbuf; /* allocated upload buffer or NULL */1289 curl_off_t current_speed; /* the ProgressShow() function sets this,1296 char *first_host;1297 int first_remote_port;[all …]