Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c335 static void state(struct connectdata *conn, sshstate nowstate) in state() argument
401 if(sshc->state != nowstate) { in state()
403 (void *)sshc, names[sshc->state], names[nowstate]); in state()
407 sshc->state = nowstate; in state()