Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1196 struct UrlState { struct
1199 struct conncache *conn_cache;
1204 bool multi_owned_by_easy;
1207 struct timeval keeps_speed; /* for the progress meter really */
1209 struct connectdata *lastconnect; /* The last connection, NULL if undefined */
1211 char *headerbuff; /* allocated buffer to store headers in */
1212 size_t headersize; /* size of the allocation */
1214 char buffer[BUFSIZE+1]; /* download buffer */
1215 char uploadbuffer[BUFSIZE+1]; /* upload buffer */
1216 curl_off_t current_speed; /* the ProgressShow() funcion sets this,
[all …]