OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAN_EXTEND_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
channel.h
51
#define
CHAN_EXTEND_SIZE
3 /* how many extra slots to add when we need more */
common-channel.c
124
(ses.chansize+
CHAN_EXTEND_SIZE
)*sizeof(struct Channel*));
126
ses.chansize +=
CHAN_EXTEND_SIZE
;
Completed in 21 milliseconds