Home | History | Annotate | Download | only in dropbear

Lines Matching refs:flushing

151 	newchan->flushing = 0;
271 if (!channel->flushing && channel->type->check_close
274 channel->flushing = 1;
290 /* Special handling for flushing read data after an exit. We
293 if (channel->flushing) {
294 TRACE(("might send data, flushing"))
623 time we expect to receive EAGAIN is when we're flushing a FD,
641 /* If we receive less data than we requested when flushing, we've
643 if (channel->flushing && len < (ssize_t)maxlen)
645 TRACE(("closing from channel, flushing out."))