Lines Matching defs:data
146 static void _ftp_state(struct Curl_easy *data, in _ftp_state()
293 static void close_secondarysocket(struct Curl_easy *data) in close_secondarysocket()
343 static CURLcode ftp_cw_lc_write(struct Curl_easy *data, in ftp_cw_lc_write()
425 static CURLcode ftp_check_ctrl_on_data_wait(struct Curl_easy *data) in ftp_check_ctrl_on_data_wait()
506 static CURLcode InitiateTransfer(struct Curl_easy *data) in InitiateTransfer()
541 static bool ftp_endofresp(struct Curl_easy *data, struct connectdata *conn, in ftp_endofresp()
555 static CURLcode ftp_readresp(struct Curl_easy *data, in ftp_readresp()
617 CURLcode Curl_GetFTPResponse(struct Curl_easy *data, in Curl_GetFTPResponse()
729 static CURLcode ftp_state_user(struct Curl_easy *data, in ftp_state_user()
743 static CURLcode ftp_state_pwd(struct Curl_easy *data, in ftp_state_pwd()
754 static int ftp_getsock(struct Curl_easy *data, in ftp_getsock()
762 static int ftp_domore_getsock(struct Curl_easy *data, in ftp_domore_getsock()
794 static CURLcode ftp_state_cwd(struct Curl_easy *data, in ftp_state_cwd()
847 static CURLcode ftp_state_use_port(struct Curl_easy *data, in ftp_state_use_port()
1227 static CURLcode ftp_state_use_pasv(struct Curl_easy *data, in ftp_state_use_pasv()
1274 static CURLcode ftp_state_prepare_transfer(struct Curl_easy *data) in ftp_state_prepare_transfer()
1317 static CURLcode ftp_state_rest(struct Curl_easy *data, in ftp_state_rest()
1339 static CURLcode ftp_state_size(struct Curl_easy *data, in ftp_state_size()
1360 static CURLcode ftp_state_list(struct Curl_easy *data) in ftp_state_list()
1425 static CURLcode ftp_state_retr_prequote(struct Curl_easy *data) in ftp_state_retr_prequote()
1431 static CURLcode ftp_state_stor_prequote(struct Curl_easy *data) in ftp_state_stor_prequote()
1437 static CURLcode ftp_state_type(struct Curl_easy *data) in ftp_state_type()
1470 static CURLcode ftp_state_mdtm(struct Curl_easy *data) in ftp_state_mdtm()
1494 static CURLcode ftp_state_ul_setup(struct Curl_easy *data, in ftp_state_ul_setup()
1594 static CURLcode ftp_state_quote(struct Curl_easy *data, in ftp_state_quote()
1709 static CURLcode ftp_epsv_disable(struct Curl_easy *data, in ftp_epsv_disable()
1777 static CURLcode ftp_state_pasv_resp(struct Curl_easy *data, in ftp_state_pasv_resp()
1967 static CURLcode ftp_state_port_resp(struct Curl_easy *data, in ftp_state_port_resp()
2027 static CURLcode client_write_header(struct Curl_easy *data, in client_write_header()
2052 static CURLcode ftp_state_mdtm_resp(struct Curl_easy *data, in ftp_state_mdtm_resp()
2160 static CURLcode ftp_state_type_resp(struct Curl_easy *data, in ftp_state_type_resp()
2190 static CURLcode ftp_state_retr(struct Curl_easy *data, in ftp_state_retr()
2274 static CURLcode ftp_state_size_resp(struct Curl_easy *data, in ftp_state_size_resp()
2338 static CURLcode ftp_state_rest_resp(struct Curl_easy *data, in ftp_state_rest_resp()
2376 static CURLcode ftp_state_stor_resp(struct Curl_easy *data, in ftp_state_stor_resp()
2413 static CURLcode ftp_state_get_resp(struct Curl_easy *data, in ftp_state_get_resp()
2542 static CURLcode ftp_state_loggedin(struct Curl_easy *data) in ftp_state_loggedin()
2573 static CURLcode ftp_state_user_resp(struct Curl_easy *data, in ftp_state_user_resp()
2632 static CURLcode ftp_state_acct_resp(struct Curl_easy *data, in ftp_state_acct_resp()
2647 static CURLcode ftp_statemachine(struct Curl_easy *data, in ftp_statemachine()
3103 static CURLcode ftp_multi_statemach(struct Curl_easy *data, in ftp_multi_statemach()
3118 static CURLcode ftp_block_statemach(struct Curl_easy *data, in ftp_block_statemach()
3142 static CURLcode ftp_connect(struct Curl_easy *data, in ftp_connect()
3185 static CURLcode ftp_done(struct Curl_easy *data, CURLcode status, in ftp_done()
3412 CURLcode ftp_sendquote(struct Curl_easy *data, in ftp_sendquote()
3478 static CURLcode ftp_nb_type(struct Curl_easy *data, in ftp_nb_type()
3512 ftp_pasv_verbose(struct Curl_easy *data, in ftp_pasv_verbose()
3534 static CURLcode ftp_do_more(struct Curl_easy *data, int *completep) in ftp_do_more()
3691 CURLcode ftp_perform(struct Curl_easy *data, in ftp_perform()
3739 static CURLcode init_wc_data(struct Curl_easy *data) in init_wc_data()
3832 static CURLcode wc_statemach(struct Curl_easy *data) in wc_statemach()
3974 static CURLcode ftp_do(struct Curl_easy *data, bool *done) in ftp_do()
4032 static CURLcode ftp_quit(struct Curl_easy *data, struct connectdata *conn) in ftp_quit()
4062 static CURLcode ftp_disconnect(struct Curl_easy *data, in ftp_disconnect()
4112 CURLcode ftp_parse_url_path(struct Curl_easy *data) in ftp_parse_url_path()
4259 static CURLcode ftp_dophase_done(struct Curl_easy *data, bool connected) in ftp_dophase_done()
4288 static CURLcode ftp_doing(struct Curl_easy *data, in ftp_doing()
4316 CURLcode ftp_regular_transfer(struct Curl_easy *data, in ftp_regular_transfer()
4353 static CURLcode ftp_setup_connection(struct Curl_easy *data, in ftp_setup_connection()