OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spdy
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/spdy/
spdy_bitmasks.h
9
namespace
spdy
{
namespace
32
} // namespace
spdy
spdy_frame_builder.cc
7
#include "net/
spdy
/spdy_frame_builder.h"
8
#include "net/
spdy
/spdy_protocol.h"
10
namespace
spdy
{
namespace
180
} // namespace
spdy
spdy_frame_builder.h
13
#include "net/
spdy
/spdy_protocol.h"
15
namespace
spdy
{
namespace
18
// into
Spdy
frames.
157
} // namespace
spdy
spdy_framer.h
18
#include "net/
spdy
/spdy_protocol.h"
33
namespace
spdy
{
namespace
48
typedef std::pair<
spdy
::SettingsFlagsAndId, uint32> SpdySetting;
77
//
SPDY
states.
92
//
SPDY
error codes.
193
// frame is used to implement per stream flow control in
SPDY
.
214
// We want
spdy
to compress headers across the entire session. As long as
344
//
SPDY
header compressors.
358
} // namespace
spdy
spdy_framer_test.cc
9
#include "net/
spdy
/spdy_framer.h"
10
#include "net/
spdy
/spdy_protocol.h"
11
#include "net/
spdy
/spdy_frame_builder.h"
14
namespace
spdy
{
namespace
181
} // namespace
spdy
183
using
spdy
::SpdyControlFlags;
184
using
spdy
::SpdyControlFrame;
185
using
spdy
::SpdyDataFrame;
186
using
spdy
::SpdyFrame;
187
using
spdy
::SpdyFrameBuilder
200
namespace
spdy
{
namespace
[
all
...]
spdy_framer.cc
9
#include "net/
spdy
/spdy_framer.h"
16
#include "net/
spdy
/spdy_frame_builder.h"
17
#include "net/
spdy
/spdy_bitmasks.h"
28
// https://groups.google.com/group/
spdy
-dev/browse_thread/thread/dfaf498542fac792
38
namespace
spdy
{
namespace
427
DCHECK_LE(delta_window_size,
spdy
::kSpdyStreamMaximumWindowSize);
619
"Unexpectedly large frame.
Spdy
session is likely corrupt.";
695
LOG(WARNING) << "Valid
spdy
control frame with unknown type: "
932
base::StatsCounter compressed_frames("
spdy
.CompressedFrames");
933
base::StatsCounter pre_compress_bytes("
spdy
.PreCompressSize")
[
all
...]
spdy_protocol.h
5
// This file contains some protocol structures for use with
Spdy
.
16
#include "net/
spdy
/spdy_bitmasks.h"
126
namespace
spdy
{
namespace
128
// This implementation of
Spdy
is version 2; It's like version 1, with some
132
// Initial window size for a
Spdy
stream
135
// Maximum window size for a
Spdy
stream
138
// HTTP-over-
SPDY
header constants
151
// Types of
Spdy
Control Frames.
217
// A
SPDY
stream id is a 31 bit entity.
220
// A
SPDY
priority is a number between 0 and 3 (inclusive)
[
all
...]
Completed in 303 milliseconds