OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbuf_new
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
circbuffer.h
38
circbuffer *
cbuf_new
(unsigned int size);
circbuffer.c
31
circbuffer *
cbuf_new
(unsigned int size) {
function
cli-chansession.c
353
channel->extrabuf =
cbuf_new
(RECV_MAXWINDOW);
common-channel.c
153
newchan->writebuf =
cbuf_new
(RECV_MAXWINDOW);
Completed in 22 milliseconds