Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1095 state(conn, SSH_STOP); in ssh_statemach_act()
1153 state(conn, SSH_STOP); in ssh_statemach_act()
1162 state(conn, SSH_STOP); in ssh_statemach_act()
1170 state(conn, SSH_STOP); in ssh_statemach_act()
1191 state(conn, SSH_STOP); in ssh_statemach_act()
1792 state(conn, SSH_STOP); in ssh_statemach_act()
1853 state(conn, SSH_STOP); in ssh_statemach_act()
1924 state(conn, SSH_STOP); in ssh_statemach_act()
2048 state(conn, SSH_STOP); in ssh_statemach_act()
2066 state(conn, SSH_STOP); in ssh_statemach_act()
[all …]
Dssh.h37 SSH_STOP = 0, /* do nothing state, stops the state machine */ enumerator