Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1110 state(conn, SSH_STOP); in ssh_statemach_act()
1173 state(conn, SSH_STOP); in ssh_statemach_act()
1182 state(conn, SSH_STOP); in ssh_statemach_act()
1190 state(conn, SSH_STOP); in ssh_statemach_act()
1211 state(conn, SSH_STOP); in ssh_statemach_act()
1900 state(conn, SSH_STOP); in ssh_statemach_act()
1961 state(conn, SSH_STOP); in ssh_statemach_act()
2032 state(conn, SSH_STOP); in ssh_statemach_act()
2156 state(conn, SSH_STOP); in ssh_statemach_act()
2174 state(conn, SSH_STOP); in ssh_statemach_act()
[all …]
Dssh.h37 SSH_STOP = 0, /* do nothing state, stops the state machine */ enumerator