Searched defs:UrlState (Results 1 – 1 of 1) sorted by relevance
1322 struct UrlState { struct1324 struct conncache *conn_cache;1326 struct curltime keeps_speed; /* for the progress meter really */1328 long lastconnect_id; /* The last connection, -1 if undefined */1329 struct dynbuf headerb; /* buffer to store headers in */1331 char *buffer; /* download buffer */1332 char *ulbuf; /* allocated upload buffer or NULL */1333 curl_off_t current_speed; /* the ProgressShow() function sets this,1340 char *first_host;1341 int first_remote_port;[all …]