#include <urldata.h>
Public Attributes | |
| char * | entrypath |
| char ** | dirs |
| int | dirdepth |
| int | diralloc |
| char * | cache |
| curl_off_t | cache_size |
| bool | dont_check |
| long | response_time |
| bool | ctl_valid |
| bool | cwddone |
| bool | cwdfail |
| char * | prevpath |
| char | transfertype |
| size_t | nread_resp |
| char * | linestart_resp |
| int | count1 |
| int | count2 |
| int | count3 |
| char * | sendthis |
| size_t | sendleft |
| size_t | sendsize |
| struct timeval | response |
| ftpstate | state |
Definition at line 322 of file urldata.h.
| char* ftp_conn::entrypath |
Definition at line 323 of file urldata.h.
Referenced by Curl_ftp_disconnect(), ftp_state_cwd(), and ftp_statemach_act().
| char** ftp_conn::dirs |
Definition at line 324 of file urldata.h.
Referenced by freedirs(), ftp_parse_url_path(), ftp_state_cwd(), and ftp_statemach_act().
Definition at line 325 of file urldata.h.
Referenced by freedirs(), ftp_parse_url_path(), ftp_state_cwd(), and ftp_statemach_act().
| char* ftp_conn::cache |
Definition at line 327 of file urldata.h.
Referenced by Curl_ftp_disconnect(), Curl_GetFTPResponse(), and ftp_readresp().
Definition at line 330 of file urldata.h.
Referenced by Curl_ftp_connect(), Curl_ftp_done(), Curl_GetFTPResponse(), and ftp_state_timeout().
Definition at line 331 of file urldata.h.
Referenced by Curl_ftp_done(), ftp_dophase_done(), ftp_parse_url_path(), ftp_quit(), and ftp_regular_transfer().
Definition at line 333 of file urldata.h.
Referenced by Curl_ftp_done(), ftp_parse_url_path(), and ftp_statemach_act().
| char* ftp_conn::prevpath |
Definition at line 334 of file urldata.h.
Referenced by Curl_ftp_disconnect(), Curl_ftp_done(), and ftp_parse_url_path().
Definition at line 335 of file urldata.h.
Referenced by Curl_client_write(), ftp_nb_type(), and ftp_need_type().
| size_t ftp_conn::nread_resp |
| char* ftp_conn::linestart_resp |
| int ftp_conn::count1 |
Definition at line 339 of file urldata.h.
Referenced by ftp_state_cwd(), ftp_state_pasv_resp(), ftp_state_port_resp(), ftp_state_quote(), ftp_state_use_pasv(), ftp_state_use_port(), and ftp_statemach_act().
| int ftp_conn::count2 |
| int ftp_conn::count3 |
| char* ftp_conn::sendthis |
| size_t ftp_conn::sendleft |
Definition at line 343 of file urldata.h.
Referenced by Curl_ftp_getsock(), Curl_ftp_multi_statemach(), Curl_nbftpsendf(), ftp_easy_statemach(), and ftp_statemach_act().
| size_t ftp_conn::sendsize |
struct timeval ftp_conn::response [read] |
Definition at line 345 of file urldata.h.
Referenced by Curl_ftp_connect(), Curl_nbftpsendf(), ftp_state_timeout(), and ftp_statemach_act().
Definition at line 346 of file urldata.h.
Referenced by Curl_ftp_multi_statemach(), ftp_easy_statemach(), ftp_state_user_resp(), ftp_statemach_act(), and state().
1.5.6