OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:writechannel
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
common-channel.c
43
static void
writechannel
(struct Channel* channel, int fd, circbuffer *cbuf);
226
writechannel
(channel, channel->writefd, channel->writebuf);
232
writechannel
(channel, channel->errfd, channel->extrabuf);
393
static void
writechannel
(struct Channel* channel, int fd, circbuffer *cbuf) {
function
397
TRACE(("enter
writechannel
fd %d", fd))
408
TRACE(("leave
writechannel
: len <= 0"))
411
TRACE(("
writechannel
wrote %d", len))
429
TRACE(("leave
writechannel
"))
697
* just "leave it for next time" like with
writechannel
, since this
Completed in 66 milliseconds