Searched refs:FTP_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | ftp.c | 533 state(conn, FTP_STOP); in InitiateTransfer() 663 state(conn, FTP_STOP); in ftp_readresp() 893 if(FTP_STOP == ftpc->state) { in ftp_domore_getsock() 1299 state(conn, FTP_STOP); in ftp_state_use_port() 1326 state(conn, FTP_STOP); in ftp_state_use_port() 1711 state(conn, FTP_STOP); in ftp_state_ul_setup() 1794 state(conn, FTP_STOP); in ftp_state_quote() 2043 state(conn, FTP_STOP); /* this phase is completed */ in ftp_state_pasv_resp() 2077 state(conn, FTP_STOP); /* end of DO phase */ in ftp_state_port_resp() 2162 state(conn, FTP_STOP); in ftp_state_mdtm_resp() [all …]
|
D | ftp.h | 43 FTP_STOP, /* do nothing state, stops the state machine */ enumerator
|