Lines Matching defs:c
84 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
93 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
107 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1()
131 chan_read_failed(Channel *c) in chan_read_failed()
146 chan_ibuf_empty(Channel *c) in chan_ibuf_empty()
172 chan_rcvd_ieof1(Channel *c) in chan_rcvd_ieof1()
189 chan_write_failed1(Channel *c) in chan_write_failed1()
210 chan_obuf_empty(Channel *c) in chan_obuf_empty()
232 chan_send_ieof1(Channel *c) in chan_send_ieof1()
249 chan_send_oclose1(Channel *c) in chan_send_oclose1()
271 chan_rcvd_close2(Channel *c) in chan_rcvd_close2()
304 chan_rcvd_eof2(Channel *c) in chan_rcvd_eof2()
312 chan_write_failed2(Channel *c) in chan_write_failed2()
328 chan_send_eof2(Channel *c) in chan_send_eof2()
345 chan_send_close2(Channel *c) in chan_send_close2()
365 chan_rcvd_ieof(Channel *c) in chan_rcvd_ieof()
377 chan_rcvd_oclose(Channel *c) in chan_rcvd_oclose()
385 chan_write_failed(Channel *c) in chan_write_failed()
394 chan_mark_dead(Channel *c) in chan_mark_dead()
400 chan_is_dead(Channel *c, int send) in chan_is_dead()
442 chan_shutdown_write(Channel *c) in chan_shutdown_write()
462 chan_shutdown_read(Channel *c) in chan_shutdown_read()