Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h146 int detach_close; member
Dchannels.c346 c->detach_close = 0; in channel_new()
758 c->detach_close = do_close; in channel_register_cleanup()
771 c->detach_close = 0; in channel_cancel_cleanup()
1669 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED;
1833 (c->detach_close || FD_ISSET(c->efd, readset))) {
1838 errno == EWOULDBLOCK) && !c->detach_close)))
2124 if (!chan_is_dead(c, c->detach_close))