Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c522 state(conn, FTP_STOP); in InitiateTransfer()
652 state(conn, FTP_STOP); in ftp_readresp()
882 if(FTP_STOP == ftpc->state) { in ftp_domore_getsock()
1288 state(conn, FTP_STOP); in ftp_state_use_port()
1315 state(conn, FTP_STOP); in ftp_state_use_port()
1700 state(conn, FTP_STOP); in ftp_state_ul_setup()
1783 state(conn, FTP_STOP); in ftp_state_quote()
1899 state(conn, FTP_STOP); /* this phase is completed */ in proxy_magic()
2097 state(conn, FTP_STOP); /* this phase is completed */ in ftp_state_pasv_resp()
2131 state(conn, FTP_STOP); /* end of DO phase */ in ftp_state_port_resp()
[all …]
Dftp.h43 FTP_STOP, /* do nothing state, stops the state machine */ enumerator