Searched refs:nowstate (Results 1 - 3 of 3) sorted by relevance
/third_party/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 | 235 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 D | libssh2.c | 305 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 8 milliseconds