Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dwolfssh.c139 static void state(struct Curl_easy *data, sshstate nowstate) in state() argument
211 if(sshc->state != nowstate) { in state()
213 (void *)sshc, names[sshc->state], names[nowstate]); in state()
217 sshc->state = nowstate; in state()
H A Dlibssh.c233 static void mystate(struct Curl_easy *data, sshstate nowstate in mystate() argument
307 if(sshc->state != nowstate) { in mystate()
309 (void *) sshc, names[sshc->state], names[nowstate], in mystate()
314 sshc->state = nowstate; in mystate()
H A Dlibssh2.c309 static void state(struct Curl_easy *data, sshstate nowstate) in state() argument
381 if(sshc->state != nowstate) { in state()
383 (void *)sshc, names[sshc->state], names[nowstate]); in state()
387 sshc->state = nowstate; in state()

Completed in 20 milliseconds