• Home
  • Raw
  • Download

Lines Matching defs:UrlState

1318 struct UrlState {  struct
1320 struct conncache *conn_cache;
1322 struct curltime keeps_speed; /* for the progress meter really */
1324 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */
1325 curl_off_t recent_conn_id; /* The most recent connection used, might no
1327 struct dynbuf headerb; /* buffer to store headers in */
1329 char *buffer; /* download buffer */
1330 char *ulbuf; /* allocated upload buffer or NULL */
1331 curl_off_t current_speed; /* the ProgressShow() function sets this,
1338 char *first_host;
1339 int first_remote_port;
1340 curl_prot_t first_remote_protocol;
1342 int retrycount; /* number of retries on a new connection */
1343 struct Curl_ssl_session *session; /* array of 'max_ssl_sessions' size */
1344 long sessionage; /* number of the most recent session */
1345 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
1346 unsigned int tempcount; /* number of entries in use in tempwrite, 0 - 3 */
1347 int os_errno; /* filled in with errno whenever an error occurs */
1348 char *scratch; /* huge buffer[set.buffer_size*2] for upload CRLF replacing */
1349 long followlocation; /* redirect counter */
1350 int requests; /* request counter: redirects + authentication retakes */
1353 void (*prev_signal)(int sig);
1356 struct digestdata digest; /* state data for host Digest auth */
1357 struct digestdata proxydigest; /* state data for proxy Digest auth */
1359 struct auth authhost; /* auth details for host */
1360 struct auth authproxy; /* auth details for proxy */
1362 struct Curl_async async; /* asynchronous name resolver data */
1367 void *engine;
1369 struct curltime expiretime; /* set this with Curl_expire() only */
1370 struct Curl_tree timenode; /* for the splay stuff */
1371 struct Curl_llist timeoutlist; /* list of pending timeouts */
1372 struct time_node expires[EXPIRE_LAST]; /* nodes for each expire type */
1375 char *most_recent_ftp_entrypath;
1382 curl_off_t crlf_conversions;
1384 char *range; /* range, if used. See README for detailed specification on
1386 curl_off_t resume_from; /* continue [ftp] transfer from here */
1390 long rtsp_next_client_CSeq; /* the session's next client CSeq */
1391 long rtsp_next_server_CSeq; /* the session's next server CSeq */
1392 long rtsp_CSeq_recv; /* most recent CSeq received */
1394 unsigned char rtp_channel_mask[32]; /* for the correctness checking of the
1398 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1401 struct Curl_data_priority priority; /* shallow copy of data->set */
1404 curl_read_callback fread_func; /* read callback/function */
1405 void *in; /* CURLOPT_READDATA */
1406 CURLU *uh; /* URL handle for the current parsed URL */
1407 struct urlpieces up;
1408 char *url; /* work URL, copied from UserDefined */
1409 char *referer; /* referer string */
1410 struct curl_slist *resolve; /* set to point to the set.resolve list when
1413 curl_mimepart *mimepost;
1414 curl_mimepart *formp; /* storage for old API form-posting, alloced on
1416 size_t trailers_bytes_sent;
1417 struct dynbuf trailers_buf; /* a buffer containing the compiled trailing
1419 struct Curl_llist httphdrs; /* received headers */
1420 struct curl_header headerout[2]; /* for external purposes */
1421 struct Curl_header_store *prevhead; /* the latest added header */
1422 trailers_state trailers_state; /* whether we are sending trailers
1426 bool hconnect; /* set if a CONNECT request */
1427 CURLcode hresult; /* used to pass return codes back from hyper callbacks */
1432 struct dynamically_allocated_data {
1449 } aptr;
1451 unsigned char httpwant; /* when non-zero, a specific HTTP version requested
1453 unsigned char httpversion; /* the lowest HTTP version*10 reported by any
1455 unsigned char httpreq; /* Curl_HttpReq; what kind of HTTP request (if any)
1457 unsigned char dselect_bits; /* != 0 -> bitmask of socket events for this