OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Jul 03 00:25:33 UTC 2026