Searched refs:ftp_state (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ |
H A D | ftp.c | 96 #define ftp_state(x,y) _ftp_state(x,y) macro 101 #define ftp_state(x,y) _ftp_state(x,y,__LINE__) macro 469 ftp_state(data, FTP_STOP); in InitiateTransfer() 597 ftp_state(data, FTP_STOP); in ftp_readresp() 790 ftp_state(data, FTP_USER); in ftp_state_user() 800 ftp_state(data, FTP_PWD); in ftp_state_pwd() 878 ftp_state(data, FTP_CWD); in ftp_state_cwd() 888 ftp_state(data, FTP_CWD); in ftp_state_cwd() 1260 ftp_state(data, FTP_PORT); in ftp_state_use_port() 1264 ftp_state(dat in ftp_state_use_port() [all...] |
Completed in 4 milliseconds