OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxStreams
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/
streams.h
32
static const unsigned int
kMaxStreams
= 10;
194
SourceStream streams_[
kMaxStreams
];
210
// be <=
kMaxStreams
. If Init is not called the default is has kMaxStream.
230
SinkStream streams_[
kMaxStreams
];
streams.cc
228
: count_(
kMaxStreams
) {
256
if (count >
kMaxStreams
)
261
unsigned int lengths[
kMaxStreams
];
295
uint32 lengths[
kMaxStreams
] = {}; // i.e. all zero.
320
: count_(
kMaxStreams
) {
367
uint32 lengths[
kMaxStreams
];
371
for (size_t i = 0; i <
kMaxStreams
; ++i) {
/external/chromium_org/net/quic/
quic_session_test.cc
[
all
...]
Completed in 36 milliseconds