Lines Matching defs:UrlState
1328 struct UrlState { struct
1330 struct conncache *conn_cache;
1332 struct curltime keeps_speed; /* for the progress meter really */
1334 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */
1335 curl_off_t recent_conn_id; /* The most recent connection used, might no
1337 struct dynbuf headerb; /* buffer to store headers in */
1338 struct curl_slist *hstslist; /* list of HSTS files set by
1340 char *buffer; /* download buffer */
1341 char *ulbuf; /* allocated upload buffer or NULL */
1342 curl_off_t current_speed; /* the ProgressShow() function sets this,
1349 char *first_host;
1350 int first_remote_port;
1351 curl_prot_t first_remote_protocol;
1353 int retrycount; /* number of retries on a new connection */
1354 struct Curl_ssl_session *session; /* array of 'max_ssl_sessions' size */
1355 long sessionage; /* number of the most recent session */
1356 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
1357 unsigned int tempcount; /* number of entries in use in tempwrite, 0 - 3 */
1358 int os_errno; /* filled in with errno whenever an error occurs */
1359 char *scratch; /* huge buffer[set.buffer_size*2] for upload CRLF replacing */
1360 long followlocation; /* redirect counter */
1361 int requests; /* request counter: redirects + authentication retakes */
1364 void (*prev_signal)(int sig);
1367 struct digestdata digest; /* state data for host Digest auth */
1368 struct digestdata proxydigest; /* state data for proxy Digest auth */
1370 struct auth authhost; /* auth details for host */
1371 struct auth authproxy; /* auth details for proxy */
1373 struct Curl_async async; /* asynchronous name resolver data */
1378 void *engine;
1380 struct curltime expiretime; /* set this with Curl_expire() only */
1381 struct Curl_tree timenode; /* for the splay stuff */
1382 struct Curl_llist timeoutlist; /* list of pending timeouts */
1383 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */
1386 char *most_recent_ftp_entrypath;
1393 curl_off_t crlf_conversions;
1395 char *range; /* range, if used. See README for detailed specification on
1397 curl_off_t resume_from; /* continue [ftp] transfer from here */
1401 long rtsp_next_client_CSeq; /* the session's next client CSeq */
1402 long rtsp_next_server_CSeq; /* the session's next server CSeq */
1403 long rtsp_CSeq_recv; /* most recent CSeq received */
1405 unsigned char rtp_channel_mask[32]; /* for the correctness checking of the
1409 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1412 struct Curl_data_priority priority; /* shallow copy of data->set */
1415 curl_read_callback fread_func; /* read callback/function */
1416 void *in; /* CURLOPT_READDATA */
1417 CURLU *uh; /* URL handle for the current parsed URL */
1418 struct urlpieces up;
1419 char *url; /* work URL, copied from UserDefined */
1420 char *referer; /* referer string */
1421 struct curl_slist *resolve; /* set to point to the set.resolve list when
1424 curl_mimepart *mimepost;
1425 curl_mimepart *formp; /* storage for old API form-posting, allocated on
1427 size_t trailers_bytes_sent;
1428 struct dynbuf trailers_buf; /* a buffer containing the compiled trailing
1430 struct Curl_llist httphdrs; /* received headers */
1431 struct curl_header headerout[2]; /* for external purposes */
1432 struct Curl_header_store *prevhead; /* the latest added header */
1433 trailers_state trailers_state; /* whether we are sending trailers
1437 struct curl_slist *cookielist; /* list of cookie files set by
1441 bool hconnect; /* set if a CONNECT request */
1442 CURLcode hresult; /* used to pass return codes back from hyper callbacks */
1447 struct dynamically_allocated_data {
1464 } aptr;
1466 unsigned char httpwant; /* when non-zero, a specific HTTP version requested
1468 unsigned char httpversion; /* the lowest HTTP version*10 reported by any
1470 unsigned char httpreq; /* Curl_HttpReq; what kind of HTTP request (if any)
1472 unsigned char select_bits; /* != 0 -> bitmask of socket events for this