Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1283 struct UrlState { struct
1286 struct conncache *conn_cache;
1291 bool multi_owned_by_easy;
1294 struct timeval keeps_speed; /* for the progress meter really */
1296 struct connectdata *lastconnect; /* The last connection, NULL if undefined */
1298 char *headerbuff; /* allocated buffer to store headers in */
1299 size_t headersize; /* size of the allocation */
1301 char buffer[BUFSIZE+1]; /* download buffer */
1302 char uploadbuffer[BUFSIZE+1]; /* upload buffer */
1303 curl_off_t current_speed; /* the ProgressShow() funcion sets this,
[all …]