Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c717 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1223 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1237 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1253 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1269 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1296 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1318 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1342 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1363 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1383 if(sshc->nextstate != SSH_NO_STATE) { in ssh_statemach_act()
[all …]
Dssh.h36 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */ enumerator