HomeSort by: relevance | last modified time | path
    Searched defs:quit_pending (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
clientloop.c 146 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */ variable
207 quit_pending = 1;
235 quit_pending = 1;
592 if (!channel_tty_open(ssh) || quit_pending) {
1210 quit_pending = 1;
1408 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending);
1518 quit_pending = 0;
1563 while (!quit_pending) {
1604 if (quit_pending)
1612 if (quit_pending)
    [all...]
clientloop.c 146 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */ variable
207 quit_pending = 1;
235 quit_pending = 1;
592 if (!channel_tty_open(ssh) || quit_pending) {
1210 quit_pending = 1;
1408 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending);
1518 quit_pending = 0;
1563 while (!quit_pending) {
1604 if (quit_pending)
1612 if (quit_pending)
    [all...]

Completed in 116 milliseconds