Searched refs:ssh_dispatch_run (Results 1 – 5 of 5) sorted by relevance
88 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run() function133 if ((r = ssh_dispatch_run(ssh, mode, done)) != 0) in ssh_dispatch_run_fatal()
46 int ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
503 #define ssh_dispatch_run Fssh_ssh_dispatch_run macro
5873 remove now obsolete ctx from ssh_dispatch_run; ok djm@9280 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the