Searched refs:CHAN_OUTPUT_CLOSED (Results 1 – 4 of 4) sorted by relevance
102 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()187 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_ieof1()208 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed1()230 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()289 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_close2()344 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed2()373 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()390 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()448 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
191 #define CHAN_OUTPUT_CLOSED 3 macro
2211 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11()2295 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
445 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free()931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()