Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h95 } sshstate; typedef
114 sshstate state; /* always use ssh.c:state() to change state! */
115 sshstate nextstate; /* the state to goto after stopping */
Dssh.c329 static void state(struct connectdata *conn, sshstate nowstate) in state()