• Home
  • Raw
  • Download

Lines Matching defs:conn

209 static void close_secondarysocket(struct connectdata *conn)  in close_secondarysocket()
259 static CURLcode AcceptServerConnect(struct connectdata *conn) in AcceptServerConnect()
358 static CURLcode ReceivedServerConnect(struct connectdata *conn, bool *received) in ReceivedServerConnect()
429 static CURLcode InitiateTransfer(struct connectdata *conn) in InitiateTransfer()
474 static CURLcode AllowServerConnect(struct connectdata *conn, bool *connected) in AllowServerConnect()
526 static bool ftp_endofresp(struct connectdata *conn, char *line, size_t len, in ftp_endofresp()
544 struct connectdata *conn = pp->conn; in ftp_readresp() local
601 struct connectdata *conn, in Curl_GetFTPResponse()
744 static void _state(struct connectdata *conn, in _state()
768 static CURLcode ftp_state_user(struct connectdata *conn) in ftp_state_user()
779 static CURLcode ftp_state_pwd(struct connectdata *conn) in ftp_state_pwd()
789 static int ftp_getsock(struct connectdata *conn, in ftp_getsock()
796 static int ftp_domore_getsock(struct connectdata *conn, curl_socket_t *socks) in ftp_domore_getsock()
845 static CURLcode ftp_state_cwd(struct connectdata *conn) in ftp_state_cwd()
902 static CURLcode ftp_state_use_port(struct connectdata *conn, in ftp_state_use_port()
1291 static CURLcode ftp_state_use_pasv(struct connectdata *conn) in ftp_state_use_pasv()
1337 static CURLcode ftp_state_prepare_transfer(struct connectdata *conn) in ftp_state_prepare_transfer()
1380 static CURLcode ftp_state_rest(struct connectdata *conn) in ftp_state_rest()
1401 static CURLcode ftp_state_size(struct connectdata *conn) in ftp_state_size()
1421 static CURLcode ftp_state_list(struct connectdata *conn) in ftp_state_list()
1486 static CURLcode ftp_state_retr_prequote(struct connectdata *conn) in ftp_state_retr_prequote()
1492 static CURLcode ftp_state_stor_prequote(struct connectdata *conn) in ftp_state_stor_prequote()
1498 static CURLcode ftp_state_type(struct connectdata *conn) in ftp_state_type()
1531 static CURLcode ftp_state_mdtm(struct connectdata *conn) in ftp_state_mdtm()
1555 static CURLcode ftp_state_ul_setup(struct connectdata *conn, in ftp_state_ul_setup()
1653 static CURLcode ftp_state_quote(struct connectdata *conn, in ftp_state_quote()
1762 static CURLcode ftp_epsv_disable(struct connectdata *conn) in ftp_epsv_disable()
1791 static char *control_address(struct connectdata *conn) in control_address()
1804 static CURLcode ftp_state_pasv_resp(struct connectdata *conn, in ftp_state_pasv_resp()
1993 static CURLcode ftp_state_port_resp(struct connectdata *conn, in ftp_state_port_resp()
2029 static CURLcode ftp_state_mdtm_resp(struct connectdata *conn, in ftp_state_mdtm_resp()
2132 static CURLcode ftp_state_type_resp(struct connectdata *conn, in ftp_state_type_resp()
2162 static CURLcode ftp_state_retr(struct connectdata *conn, in ftp_state_retr()
2245 static CURLcode ftp_state_size_resp(struct connectdata *conn, in ftp_state_size_resp()
2305 static CURLcode ftp_state_rest_resp(struct connectdata *conn, in ftp_state_rest_resp()
2342 static CURLcode ftp_state_stor_resp(struct connectdata *conn, in ftp_state_stor_resp()
2379 static CURLcode ftp_state_get_resp(struct connectdata *conn, in ftp_state_get_resp()
2507 static CURLcode ftp_state_loggedin(struct connectdata *conn) in ftp_state_loggedin()
2537 static CURLcode ftp_state_user_resp(struct connectdata *conn, in ftp_state_user_resp()
2597 static CURLcode ftp_state_acct_resp(struct connectdata *conn, in ftp_state_acct_resp()
2613 static CURLcode ftp_statemach_act(struct connectdata *conn) in ftp_statemach_act()
3049 static CURLcode ftp_multi_statemach(struct connectdata *conn, in ftp_multi_statemach()
3063 static CURLcode ftp_block_statemach(struct connectdata *conn) in ftp_block_statemach()
3086 static CURLcode ftp_connect(struct connectdata *conn, in ftp_connect()
3132 static CURLcode ftp_done(struct connectdata *conn, CURLcode status, in ftp_done()
3372 CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) in ftp_sendquote()
3423 static int ftp_need_type(struct connectdata *conn, in ftp_need_type()
3437 static CURLcode ftp_nb_type(struct connectdata *conn, in ftp_nb_type()
3470 ftp_pasv_verbose(struct connectdata *conn, in ftp_pasv_verbose()
3492 static CURLcode ftp_do_more(struct connectdata *conn, int *completep) in ftp_do_more()
3655 CURLcode ftp_perform(struct connectdata *conn, in ftp_perform()
3698 static CURLcode init_wc_data(struct connectdata *conn) in init_wc_data()
3794 static CURLcode wc_statemach(struct connectdata *conn) in wc_statemach()
3927 static CURLcode ftp_do(struct connectdata *conn, bool *done) in ftp_do()
3966 static CURLcode ftp_quit(struct connectdata *conn) in ftp_quit()
3996 static CURLcode ftp_disconnect(struct connectdata *conn, bool dead_connection) in ftp_disconnect()
4038 CURLcode ftp_parse_url_path(struct connectdata *conn) in ftp_parse_url_path()
4184 static CURLcode ftp_dophase_done(struct connectdata *conn, in ftp_dophase_done()
4213 static CURLcode ftp_doing(struct connectdata *conn, in ftp_doing()
4241 CURLcode ftp_regular_transfer(struct connectdata *conn, in ftp_regular_transfer()
4278 static CURLcode ftp_setup_connection(struct connectdata *conn) in ftp_setup_connection()