Lines Matching refs:connectdata
99 static void _state(struct connectdata *conn,
103 static void _state(struct connectdata *conn,
109 static CURLcode ftp_sendquote(struct connectdata *conn,
111 static CURLcode ftp_quit(struct connectdata *conn);
112 static CURLcode ftp_parse_url_path(struct connectdata *conn);
113 static CURLcode ftp_regular_transfer(struct connectdata *conn, bool *done);
115 static void ftp_pasv_verbose(struct connectdata *conn,
120 static CURLcode ftp_state_prepare_transfer(struct connectdata *conn);
121 static CURLcode ftp_state_mdtm(struct connectdata *conn);
122 static CURLcode ftp_state_quote(struct connectdata *conn,
124 static CURLcode ftp_nb_type(struct connectdata *conn,
126 static int ftp_need_type(struct connectdata *conn,
128 static CURLcode ftp_do(struct connectdata *conn, bool *done);
129 static CURLcode ftp_done(struct connectdata *conn,
131 static CURLcode ftp_connect(struct connectdata *conn, bool *done);
132 static CURLcode ftp_disconnect(struct connectdata *conn, bool dead_connection);
133 static CURLcode ftp_do_more(struct connectdata *conn, int *completed);
134 static CURLcode ftp_multi_statemach(struct connectdata *conn, bool *done);
135 static int ftp_getsock(struct connectdata *conn, curl_socket_t *socks,
137 static int ftp_domore_getsock(struct connectdata *conn, curl_socket_t *socks,
139 static CURLcode ftp_doing(struct connectdata *conn,
141 static CURLcode ftp_setup_connection(struct connectdata * conn);
143 static CURLcode init_wc_data(struct connectdata *conn);
144 static CURLcode wc_statemach(struct connectdata *conn);
148 static CURLcode ftp_state_retr(struct connectdata *conn, curl_off_t filesize);
154 static CURLcode ftp_dophase_done(struct connectdata *conn,
319 static CURLcode AcceptServerConnect(struct connectdata *conn) in AcceptServerConnect()
414 static CURLcode ReceivedServerConnect(struct connectdata *conn, bool *received) in ReceivedServerConnect()
485 static CURLcode InitiateTransfer(struct connectdata *conn) in InitiateTransfer()
536 static CURLcode AllowServerConnect(struct connectdata *conn, bool *connected) in AllowServerConnect()
590 static bool ftp_endofresp(struct connectdata *conn, char *line, size_t len, in ftp_endofresp()
608 struct connectdata *conn = pp->conn; in ftp_readresp()
668 struct connectdata *conn, in Curl_GetFTPResponse()
812 static void _state(struct connectdata *conn, in _state()
836 static CURLcode ftp_state_user(struct connectdata *conn) in ftp_state_user()
849 static CURLcode ftp_state_pwd(struct connectdata *conn) in ftp_state_pwd()
861 static int ftp_getsock(struct connectdata *conn, in ftp_getsock()
869 static int ftp_domore_getsock(struct connectdata *conn, curl_socket_t *socks, in ftp_domore_getsock()
918 static CURLcode ftp_state_cwd(struct connectdata *conn) in ftp_state_cwd()
966 static CURLcode ftp_state_use_port(struct connectdata *conn, in ftp_state_use_port()
1345 static CURLcode ftp_state_use_pasv(struct connectdata *conn) in ftp_state_use_pasv()
1391 static CURLcode ftp_state_prepare_transfer(struct connectdata *conn) in ftp_state_prepare_transfer()
1434 static CURLcode ftp_state_rest(struct connectdata *conn) in ftp_state_rest()
1455 static CURLcode ftp_state_size(struct connectdata *conn) in ftp_state_size()
1475 static CURLcode ftp_state_list(struct connectdata *conn) in ftp_state_list()
1541 static CURLcode ftp_state_retr_prequote(struct connectdata *conn) in ftp_state_retr_prequote()
1552 static CURLcode ftp_state_stor_prequote(struct connectdata *conn) in ftp_state_stor_prequote()
1563 static CURLcode ftp_state_type(struct connectdata *conn) in ftp_state_type()
1596 static CURLcode ftp_state_mdtm(struct connectdata *conn) in ftp_state_mdtm()
1619 static CURLcode ftp_state_ul_setup(struct connectdata *conn, in ftp_state_ul_setup()
1715 static CURLcode ftp_state_quote(struct connectdata *conn, in ftp_state_quote()
1808 static CURLcode ftp_epsv_disable(struct connectdata *conn) in ftp_epsv_disable()
1834 static CURLcode proxy_magic(struct connectdata *conn, in proxy_magic()
1909 static char *control_address(struct connectdata *conn) in control_address()
1925 static CURLcode ftp_state_pasv_resp(struct connectdata *conn, in ftp_state_pasv_resp()
2102 static CURLcode ftp_state_port_resp(struct connectdata *conn, in ftp_state_port_resp()
2138 static CURLcode ftp_state_mdtm_resp(struct connectdata *conn, in ftp_state_mdtm_resp()
2242 static CURLcode ftp_state_type_resp(struct connectdata *conn, in ftp_state_type_resp()
2272 static CURLcode ftp_state_retr(struct connectdata *conn, in ftp_state_retr()
2354 static CURLcode ftp_state_size_resp(struct connectdata *conn, in ftp_state_size_resp()
2391 static CURLcode ftp_state_rest_resp(struct connectdata *conn, in ftp_state_rest_resp()
2427 static CURLcode ftp_state_stor_resp(struct connectdata *conn, in ftp_state_stor_resp()
2465 static CURLcode ftp_state_get_resp(struct connectdata *conn, in ftp_state_get_resp()
2593 static CURLcode ftp_state_loggedin(struct connectdata *conn) in ftp_state_loggedin()
2622 static CURLcode ftp_state_user_resp(struct connectdata *conn, in ftp_state_user_resp()
2678 static CURLcode ftp_state_acct_resp(struct connectdata *conn, in ftp_state_acct_resp()
2694 static CURLcode ftp_statemach_act(struct connectdata *conn) in ftp_statemach_act()
3139 static CURLcode ftp_multi_statemach(struct connectdata *conn, in ftp_multi_statemach()
3153 static CURLcode ftp_block_statemach(struct connectdata *conn) in ftp_block_statemach()
3176 static CURLcode ftp_connect(struct connectdata *conn, in ftp_connect()
3220 static CURLcode ftp_done(struct connectdata *conn, CURLcode status, in ftp_done()
3459 CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) in ftp_sendquote()
3510 static int ftp_need_type(struct connectdata *conn, in ftp_need_type()
3524 static CURLcode ftp_nb_type(struct connectdata *conn, in ftp_nb_type()
3555 ftp_pasv_verbose(struct connectdata *conn, in ftp_pasv_verbose()
3571 static CURLcode ftp_range(struct connectdata *conn) in ftp_range()
3632 static CURLcode ftp_do_more(struct connectdata *conn, int *completep) in ftp_do_more()
3782 CURLcode ftp_perform(struct connectdata *conn, in ftp_perform()
3825 static CURLcode init_wc_data(struct connectdata *conn) in init_wc_data()
3920 static CURLcode wc_statemach(struct connectdata *conn) in wc_statemach()
4046 static CURLcode ftp_do(struct connectdata *conn, bool *done) in ftp_do()
4076 CURLcode Curl_ftpsendf(struct connectdata *conn, in Curl_ftpsendf()
4143 static CURLcode ftp_quit(struct connectdata *conn) in ftp_quit()
4173 static CURLcode ftp_disconnect(struct connectdata *conn, bool dead_connection) in ftp_disconnect()
4223 CURLcode ftp_parse_url_path(struct connectdata *conn) in ftp_parse_url_path()
4414 static CURLcode ftp_dophase_done(struct connectdata *conn, in ftp_dophase_done()
4447 static CURLcode ftp_doing(struct connectdata *conn, in ftp_doing()
4475 CURLcode ftp_regular_transfer(struct connectdata *conn, in ftp_regular_transfer()
4512 static CURLcode ftp_setup_connection(struct connectdata *conn) in ftp_setup_connection()