Home
last modified time | relevance | path

Searched refs:FTP_STOP (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dftp.c479 state(conn, FTP_STOP); in InitiateTransfer()
607 state(conn, FTP_STOP); in ftp_readresp()
836 if(FTP_STOP == ftpc->state) { in ftp_domore_getsock()
1250 state(conn, FTP_STOP); in ftp_state_use_port()
1277 state(conn, FTP_STOP); in ftp_state_use_port()
1661 state(conn, FTP_STOP); in ftp_state_ul_setup()
1744 state(conn, FTP_STOP); in ftp_state_quote()
1997 state(conn, FTP_STOP); /* this phase is completed */ in ftp_state_pasv_resp()
2031 state(conn, FTP_STOP); /* end of DO phase */ in ftp_state_port_resp()
2117 state(conn, FTP_STOP); in ftp_state_mdtm_resp()
[all …]
Dftp.h43 FTP_STOP, /* do nothing state, stops the state machine */ enumerator