Searched refs:CHAN_OUTPUT_CLOSED (Results 1 – 3 of 3) sorted by relevance
94 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate()179 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_ieof1()200 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed1()222 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_obuf_empty()278 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_rcvd_close2()331 chan_set_ostate(c, CHAN_OUTPUT_CLOSED); in chan_write_failed2()360 if (c->ostate != CHAN_OUTPUT_CLOSED || in chan_send_close2()377 if (c->ostate == CHAN_OUTPUT_CLOSED) { in chan_send_eow2()433 if (c->istate != CHAN_INPUT_CLOSED || c->ostate != CHAN_OUTPUT_CLOSED) in chan_is_dead()
147 #define CHAN_OUTPUT_CLOSED 3 macro
2259 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()