Lines Matching refs:protop
488 struct FTP *ftp = data->req.protop; in InitiateTransfer()
839 struct FTP *ftp = conn->data->req.protop; in ftp_state_user()
1394 struct FTP *ftp = conn->data->req.protop; in ftp_state_prepare_transfer()
1437 struct FTP *ftp = conn->data->req.protop; in ftp_state_rest()
1458 struct FTP *ftp = conn->data->req.protop; in ftp_state_size()
1566 struct FTP *ftp = conn->data->req.protop; in ftp_state_type()
1623 struct FTP *ftp = conn->data->req.protop; in ftp_state_ul_setup()
1721 struct FTP *ftp = data->req.protop; in ftp_state_quote()
1886 struct FTP *ftp_save = data->req.protop; in proxy_magic()
1888 data->req.protop = &http_proxy; in proxy_magic()
1892 data->req.protop = ftp_save; in proxy_magic()
2143 struct FTP *ftp = data->req.protop; in ftp_state_mdtm_resp()
2277 struct FTP *ftp = data->req.protop; in ftp_state_retr()
2471 struct FTP *ftp = data->req.protop; in ftp_state_get_resp()
2628 struct FTP *ftp = data->req.protop; in ftp_state_user_resp()
3224 struct FTP *ftp = data->req.protop; in ftp_done()
3641 struct FTP *ftp = data->req.protop; in ftp_do_more()
3793 struct FTP *ftp = conn->data->req.protop; in ftp_perform()
4227 struct FTP *ftp = data->req.protop; in ftp_parse_url_path()
4417 struct FTP *ftp = conn->data->req.protop; in ftp_dophase_done()
4541 conn->data->req.protop = ftp = malloc(sizeof(struct FTP)); in ftp_setup_connection()