Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c726 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1243 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1257 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1273 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1289 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1316 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1338 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1362 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1389 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1409 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