Searched refs:extrabuf (Results 1 – 4 of 4) sorted by relevance
59 #define ERRFD_IS_READ(channel) ((channel)->extrabuf == NULL)154 newchan->extrabuf = NULL; /* The user code can set it up */ in newchannel()232 writechannel(channel, channel->errfd, channel->extrabuf); in channelio()253 } else if (channel->errfd >= 0 && channel->extrabuf && in write_pending()254 cbuf_getused(channel->extrabuf) > 0) { in write_pending()269 channel->extrabuf ? cbuf_getused(channel->extrabuf) : 0)) in check_close()426 dropbear_assert(channel->extrabuf == NULL || in writechannel()427 channel->recvwindow <= cbuf_getavail(channel->extrabuf)); in writechannel()465 && cbuf_getused(channel->extrabuf) > 0 ) { in setchannelfds()521 if (channel->extrabuf) { in remove_channel()[all …]
56 common_recv_msg_channel_data(channel, channel->errfd, channel->extrabuf); in recv_msg_channel_extended_data()
73 circbuffer *extrabuf; /* extended-data for the program - used like writebuf member
353 channel->extrabuf = cbuf_new(RECV_MAXWINDOW); in cli_initchansess()