HomeSort by relevance Sort by last modified time
    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;
96 // SPDY states.
113 // SPDY error codes.
170 // Given a buffer containing a decompressed header block in SPDY
234 // frame is used to implement per stream flow control in SPDY.
255 // We want spdy to compress headers across the entire session. As long as
299 // SPDY will by default validate the length of incoming control
460 // SPDY header compressors
    [all...]
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
192 } // namespace spdy
194 using spdy::SpdyControlFlags;
195 using spdy::SpdyControlFrame;
196 using spdy::SpdyDataFrame;
197 using spdy::SpdyFrame;
198 using spdy::SpdyFrameBuilder
211 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
34 // Adler ID for the SPDY header compressor dictionary.
39 namespace spdy { namespace
734 DCHECK_LE(delta_window_size, spdy::kSpdyStreamMaximumWindowSize);
925 "Unexpectedly large frame. Spdy session is likely corrupt.";
    [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.
219 // A SPDY stream id is a 31 bit entity.
222 // A SPDY priority is a number between 0 and 3 (inclusive)
    [all...]

Completed in 265 milliseconds