Home
last modified time | relevance | path

Searched refs:detach_close (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dchannels.h147 int detach_close; member
Dchannels.c366 c->detach_close = 0; in channel_new()
822 c->detach_close = do_close; in channel_register_cleanup()
835 c->detach_close = 0; in channel_cancel_cleanup()
1733 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED;
1897 (c->detach_close || FD_ISSET(c->efd, readset))) {
1902 errno == EWOULDBLOCK) && !c->detach_close)))
2188 if (!chan_is_dead(c, c->detach_close))