Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh-libssh.c571 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
898 if(sshc->nextstate != SSH_NO_STATE) { in myssh_statemach_act()
900 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
921 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
940 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
955 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
971 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
985 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
999 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
1016 sshc->nextstate = SSH_NO_STATE; in myssh_statemach_act()
[all …]
Dssh.c654 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1177 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1191 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1207 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1223 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1250 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1272 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1296 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1323 sshc->nextstate = SSH_NO_STATE; in ssh_statemach_act()
1340 if(sshc->nextstate != SSH_NO_STATE) { in ssh_statemach_act()
[all …]
Dssh.h39 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */ enumerator