Searched refs:nowstate (Results 1 – 3 of 3) sorted by relevance
/curl/lib/vssh/ |
H A D | wolfssh.c | 139 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 D | libssh.c | 233 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 D | libssh2.c | 309 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