#include <urldata.h>
Definition at line 589 of file urldata.h.
struct SessionHandle* connectdata::data [read] |
Definition at line 591 of file urldata.h.
Referenced by add_buffer_send(), add_closure(), add_custom_headers(), AllowServerConnect(), bindlocal(), check_telnet_options(), ConnectionExists(), ConnectionKillOne(), ConnectionStore(), CreateConnection(), Curl_client_write(), Curl_connecthost(), Curl_dict(), Curl_disconnect(), Curl_do(), Curl_done(), Curl_file(), Curl_file_connect(), Curl_file_done(), Curl_fillreadbuffer(), Curl_ftp_connect(), Curl_ftp_disconnect(), Curl_ftp_doing(), Curl_ftp_done(), Curl_ftp_multi_statemach(), Curl_ftp_nextconnect(), Curl_ftpsendf(), Curl_getaddrinfo(), Curl_GetFTPResponse(), Curl_http(), Curl_http_auth_act(), Curl_http_connect(), Curl_http_done(), Curl_http_input_auth(), Curl_http_output_auth(), Curl_http_should_fail(), Curl_httpchunk_init(), Curl_httpchunk_read(), Curl_input_digest(), Curl_is_connected(), Curl_ldap(), curl_multi_remove_handle(), Curl_nbftpsendf(), Curl_output_basic(), Curl_output_digest(), Curl_pgrsDone(), Curl_pgrsUpdate(), Curl_plain_send(), Curl_protocol_connect(), Curl_proxyCONNECT(), Curl_read(), Curl_readrewind(), Curl_readwrite(), Curl_readwrite_init(), Curl_resolv(), Curl_retry_request(), Curl_sendf(), Curl_setup_transfer(), Curl_single_getsock(), Curl_SOCKS4(), Curl_SOCKS5(), Curl_telnet(), Curl_telnet_done(), Curl_tftp(), Curl_tftp_connect(), Curl_tftp_done(), file_upload(), freedirs(), ftp_dophase_done(), ftp_easy_statemach(), ftp_init(), ftp_parse_url_path(), ftp_pasv_verbose(), ftp_perform(), ftp_range(), ftp_readresp(), ftp_regular_transfer(), ftp_respinit(), ftp_sendquote(), ftp_state_acct_resp(), ftp_state_get_resp(), ftp_state_loggedin(), ftp_state_mdtm_resp(), ftp_state_pasv_resp(), ftp_state_port_resp(), ftp_state_post_cwd(), ftp_state_post_listtype(), ftp_state_post_mdtm(), ftp_state_post_rest(), ftp_state_post_retr_size(), ftp_state_post_size(), ftp_state_post_type(), ftp_state_quote(), ftp_state_rest_resp(), ftp_state_size_resp(), ftp_state_stor_resp(), ftp_state_timeout(), ftp_state_type_resp(), ftp_state_ul_setup(), ftp_state_use_pasv(), ftp_state_use_port(), ftp_state_user(), ftp_state_user_resp(), ftp_statemach_act(), init_telnet(), multi_conn_using(), multi_getsock(), multi_runsingle(), negotiate(), perhapsrewind(), read_rewind(), readmoredata(), rec_do(), rec_dont(), rec_will(), rec_wont(), send_negotiation(), set_local_option(), set_remote_option(), SetupConnection(), singleipconnect(), state(), suboption(), tcpnodelay(), telrcv(), tftp_rx(), tftp_send_first(), tftp_set_timeouts(), tftp_state_machine(), tftp_tx(), Transfer(), and verboseconnect().
Definition at line 593 of file urldata.h.
Referenced by ConnectionDone(), ConnectionExists(), ConnectionKillOne(), and ConnectionStore().
Definition at line 596 of file urldata.h.
Referenced by ConnectionExists(), ConnectionStore(), ConnectPlease(), CreateConnection(), Curl_disconnect(), Curl_done(), curl_multi_remove_handle(), multi_runsingle(), multistate(), and verboseconnect().
Definition at line 597 of file urldata.h.
Referenced by add_buffer_send(), ConnectionExists(), CreateConnection(), Curl_client_write(), Curl_ftp_connect(), Curl_http(), Curl_http_connect(), Curl_https_connecting(), curl_multi_cleanup(), Curl_read(), Curl_readwrite(), Curl_write(), data_pending(), ftp_statemach_act(), multi_conn_using(), ParseURLAndFillConnection(), SetupConnection(), and Transfer().
struct Curl_dns_entry* connectdata::dns_entry [read] |
Definition at line 618 of file urldata.h.
Referenced by ConnectPlease(), Curl_store_ip_addr(), Curl_tftp_connect(), tftp_send_first(), and trynextip().
| char* connectdata::ip_addr_str |
Definition at line 621 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), Curl_store_ip_addr(), ftp_state_pasv_resp(), and verboseconnect().
| char connectdata::protostr[16] |
Definition at line 623 of file urldata.h.
Referenced by ConnectionExists(), CreateConnection(), and ParseURLAndFillConnection().
Definition at line 624 of file urldata.h.
Referenced by CreateConnection(), ftp_state_use_port(), and singleipconnect().
struct hostname connectdata::host [read] |
Definition at line 626 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_debug(), Curl_disconnect(), Curl_done(), Curl_ftp_connect(), Curl_http(), Curl_http_connect(), Curl_http_output_auth(), Curl_is_connected(), Curl_ldap(), Curl_readwrite(), ftp_state_pasv_resp(), ParseURLAndFillConnection(), and verboseconnect().
struct hostname connectdata::proxy [read] |
Definition at line 627 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_disconnect(), Curl_done(), ftp_state_pasv_resp(), and verboseconnect().
| long connectdata::port |
Definition at line 629 of file urldata.h.
Referenced by ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_is_connected(), Curl_ldap(), ftp_state_pasv_resp(), and verboseconnect().
| unsigned short connectdata::remote_port |
Definition at line 630 of file urldata.h.
Referenced by ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_ftp_connect(), Curl_http(), and Curl_http_connect().
| char* connectdata::user |
Definition at line 632 of file urldata.h.
Referenced by check_telnet_options(), conn_free(), ConnectionExists(), CreateConnection(), Curl_http_output_auth(), Curl_ldap(), Curl_output_basic(), Curl_output_digest(), and ftp_init().
| char* connectdata::passwd |
Definition at line 633 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), CreateConnection(), Curl_ldap(), Curl_output_basic(), Curl_output_digest(), ftp_init(), and ftp_state_loggedin().
| char* connectdata::proxyuser |
Definition at line 635 of file urldata.h.
Referenced by conn_free(), ConnectPlease(), CreateConnection(), Curl_http_output_auth(), Curl_output_basic(), Curl_output_digest(), and ftp_state_pasv_resp().
| char* connectdata::proxypasswd |
Definition at line 636 of file urldata.h.
Referenced by conn_free(), ConnectPlease(), CreateConnection(), Curl_output_basic(), Curl_output_digest(), and ftp_state_pasv_resp().
struct timeval connectdata::now [read] |
Definition at line 639 of file urldata.h.
Referenced by AllowServerConnect(), ConnectionKillOne(), Curl_GetFTPResponse(), Curl_protocol_connect(), Curl_proxyCONNECT(), ftp_state_timeout(), and SetupConnection().
struct timeval connectdata::created [read] |
Definition at line 640 of file urldata.h.
Referenced by blockread_all(), CreateConnection(), and Curl_telnet().
Definition at line 641 of file urldata.h.
Referenced by add_buffer_send(), AllowServerConnect(), conn_free(), ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_dict(), Curl_ftp_done(), Curl_ftp_getsock(), Curl_ftp_multi_statemach(), Curl_ftpsendf(), Curl_GetFTPResponse(), Curl_getinfo(), Curl_is_connected(), Curl_nbftpsendf(), Curl_perform(), Curl_plain_send(), Curl_proxyCONNECT(), Curl_read(), Curl_setup_transfer(), Curl_SOCKS4(), Curl_SOCKS5(), Curl_telnet(), Curl_tftp_connect(), Curl_write(), domore_getsock(), ftp_dophase_done(), ftp_easy_statemach(), ftp_state_pasv_resp(), ftp_state_use_port(), ftp_statemach_act(), multi_runsingle(), send_negotiation(), SetupConnection(), suboption(), trynextip(), and waitconnect_getsock().
struct ssl_connect_data connectdata::ssl[2] [read] |
Definition at line 643 of file urldata.h.
Referenced by CreateConnection(), Curl_getinfo(), Curl_read(), Curl_ssl_close(), Curl_ssl_connect(), Curl_ssl_connect_nonblocking(), Curl_ssl_data_pending(), Curl_ssl_shutdown(), Curl_write(), ftp_state_get_resp(), ftp_state_loggedin(), ftp_state_stor_resp(), and ftp_statemach_act().
struct ssl_config_data connectdata::ssl_config [read] |
Definition at line 644 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), and CreateConnection().
struct ConnectBits connectdata::bits [read] |
Definition at line 646 of file urldata.h.
Referenced by check_telnet_options(), ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_close(), Curl_dict(), Curl_do(), Curl_done(), Curl_file(), Curl_fillreadbuffer(), Curl_ftp_connect(), Curl_ftp_done(), Curl_http(), Curl_http_auth_act(), Curl_http_connect(), Curl_http_done(), Curl_http_output_auth(), Curl_http_should_fail(), Curl_httpchunk_read(), Curl_is_connected(), Curl_ldap(), Curl_perform(), Curl_pre_readwrite(), Curl_protocol_connect(), Curl_proxyCONNECT(), Curl_read(), Curl_readrewind(), Curl_readwrite(), Curl_readwrite_init(), Curl_retry_request(), Curl_setup_transfer(), Curl_store_ip_addr(), Curl_tftp_connect(), ftp_dophase_done(), ftp_perform(), ftp_state_cwd(), ftp_state_mdtm_resp(), ftp_state_pasv_resp(), ftp_state_port_resp(), ftp_state_post_mdtm(), ftp_state_use_pasv(), ftp_state_use_port(), multi_runsingle(), perhapsrewind(), read_rewind(), readmoredata(), SetupConnection(), Transfer(), and verboseconnect().
| CURLcode(* connectdata::curl_do)(struct connectdata *, bool *done) |
Referenced by CreateConnection(), and Curl_do().
| CURLcode(* connectdata::curl_connect)(struct connectdata *, bool *done) |
Referenced by CreateConnection(), and Curl_protocol_connect().
| CURLcode(* connectdata::curl_connecting)(struct connectdata *, bool *done) |
Referenced by CreateConnection(), Curl_protocol_connect(), and Curl_protocol_connecting().
| CURLcode(* connectdata::curl_doing)(struct connectdata *, bool *done) |
Referenced by CreateConnection(), and Curl_protocol_doing().
| int(* connectdata::curl_proto_getsock)(struct connectdata *conn, curl_socket_t *socks, int numsocks) |
Referenced by CreateConnection(), and Curl_protocol_getsock().
| int(* connectdata::curl_doing_getsock)(struct connectdata *conn, curl_socket_t *socks, int numsocks) |
Referenced by CreateConnection(), and Curl_doing_getsock().
| CURLcode(* connectdata::curl_disconnect)(struct connectdata *) |
Referenced by CreateConnection(), and Curl_disconnect().
| CURLcode(* connectdata::curl_close)(struct connectdata *) |
Definition at line 680 of file urldata.h.
Referenced by Curl_readwrite(), Curl_readwrite_init(), Curl_setup_transfer(), Curl_single_getsock(), and Transfer().
Definition at line 681 of file urldata.h.
Referenced by Curl_readwrite(), Curl_readwrite_init(), Curl_setup_transfer(), Curl_single_getsock(), and Transfer().
Definition at line 696 of file urldata.h.
Referenced by Curl_GetFTPResponse(), Curl_read(), Curl_write(), and ftp_readresp().
Definition at line 708 of file urldata.h.
Referenced by CreateConnection(), Curl_done(), and multi_runsingle().
Definition at line 709 of file urldata.h.
Referenced by add_buffer_send(), CreateConnection(), Curl_done(), and multi_runsingle().
struct curl_llist* connectdata::send_pipe [read] |
Definition at line 712 of file urldata.h.
Referenced by conn_free(), ConnectionDone(), ConnectionExists(), CreateConnection(), Curl_close(), Curl_disconnect(), Curl_done(), curl_multi_remove_handle(), and multi_runsingle().
struct curl_llist* connectdata::recv_pipe [read] |
Definition at line 713 of file urldata.h.
Referenced by conn_free(), ConnectionDone(), ConnectionExists(), CreateConnection(), Curl_close(), Curl_disconnect(), Curl_done(), curl_multi_remove_handle(), and multi_runsingle().
Definition at line 715 of file urldata.h.
Referenced by conn_free(), CreateConnection(), Curl_read(), and read_rewind().
| size_t connectdata::read_pos |
Definition at line 716 of file urldata.h.
Referenced by CreateConnection(), Curl_read(), and read_rewind().
| size_t connectdata::buf_len |
Definition at line 717 of file urldata.h.
Referenced by CreateConnection(), Curl_read(), and read_rewind().
Definition at line 722 of file urldata.h.
Referenced by add_buffer_send(), CreateConnection(), Curl_fillreadbuffer(), Curl_http(), Curl_http_done(), file_upload(), ftp_state_ul_setup(), and readmoredata().
| void* connectdata::fread_in |
Definition at line 723 of file urldata.h.
Referenced by add_buffer_send(), CreateConnection(), Curl_fillreadbuffer(), Curl_http(), Curl_http_done(), file_upload(), ftp_state_ul_setup(), and readmoredata().
struct ntlmdata connectdata::ntlm [read] |
struct ntlmdata connectdata::proxyntlm [read] |
| char connectdata::syserr_buf[256] |
| char* connectdata::trailer |
struct ftp_conn connectdata::ftpc [read] |
Definition at line 742 of file urldata.h.
Referenced by Curl_client_write(), Curl_ftp_connect(), Curl_ftp_disconnect(), Curl_ftp_done(), Curl_ftp_getsock(), Curl_ftp_multi_statemach(), Curl_GetFTPResponse(), Curl_nbftpsendf(), freedirs(), ftp_dophase_done(), ftp_easy_statemach(), ftp_nb_type(), ftp_need_type(), ftp_parse_url_path(), ftp_quit(), ftp_range(), ftp_readresp(), ftp_regular_transfer(), ftp_respinit(), ftp_state_cwd(), ftp_state_pasv_resp(), ftp_state_port_resp(), ftp_state_quote(), ftp_state_timeout(), ftp_state_use_pasv(), ftp_state_use_port(), ftp_state_user_resp(), ftp_statemach_act(), and state().
struct ssh_conn connectdata::sshc [read] |
| union { ... } connectdata::proto |
Referenced by Curl_client_write(), Curl_ftp_connect(), Curl_ftp_disconnect(), Curl_ftp_done(), Curl_ftp_getsock(), Curl_ftp_multi_statemach(), Curl_GetFTPResponse(), Curl_nbftpsendf(), freedirs(), ftp_dophase_done(), ftp_easy_statemach(), ftp_nb_type(), ftp_need_type(), ftp_parse_url_path(), ftp_quit(), ftp_range(), ftp_readresp(), ftp_regular_transfer(), ftp_respinit(), ftp_state_cwd(), ftp_state_pasv_resp(), ftp_state_port_resp(), ftp_state_quote(), ftp_state_timeout(), ftp_state_use_pasv(), ftp_state_use_port(), ftp_state_user_resp(), ftp_statemach_act(), and state().
1.5.6