Home
last modified time | relevance | path

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

/third_party/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.c235 static void mystate(struct Curl_easy *data, sshstate nowstate in mystate()
309 if(sshc->state != nowstate) { in mystate()
311 (void *) sshc, names[sshc->state], names[nowstate], in mystate()
316 sshc->state = nowstate; in mystate()
H A Dlibssh2.c305 static void state(struct Curl_easy *data, sshstate nowstate) in state() argument
377 if(sshc->state != nowstate) { in state()
379 (void *)sshc, names[sshc->state], names[nowstate]); in state()
383 sshc->state = nowstate; in state()

Completed in 14 milliseconds