Searched refs:SYN_STREAM (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc119 LOW, SYN_STREAM, producer_low.Pass(), base::WeakPtr<SpdyStream>());
140 EXPECT_EQ(SYN_STREAM, frame_type);
160 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, producer1.Pass(),
171 EXPECT_EQ(SYN_STREAM, frame_type);
200 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, IntToProducer(i), stream);
210 EXPECT_EQ(SYN_STREAM, frame_type);
242 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, IntToProducer(i),
254 EXPECT_EQ(SYN_STREAM, frame_type);
272 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, IntToProducer(i),
288 SYN_STREAM,
[all...]
H A Dspdy_protocol.cc33 // SYN_STREAM is the first valid frame.
34 if (frame_type_field < SerializeFrameType(version, SYN_STREAM)) {
76 return SYN_STREAM;
134 case SYN_STREAM:
H A Dbuffered_spdy_framer.cc68 control_frame_fields_->type = SYN_STREAM;
124 case SYN_STREAM:
H A Dspdy_stream.cc538 CHECK(frame_type == SYN_STREAM ||
541 int result = (frame_type == SYN_STREAM) ?
562 if (frame_type == SYN_STREAM) {
671 GetWeakPtr(), SYN_STREAM, local
H A Dspdy_framer.cc78 // largest control frame, which is SYN_STREAM. See GetSynStreamMinimumSize() for
201 // Size, in bytes, of a SYN_STREAM frame not including the variable-length
483 case SYN_STREAM:
484 return "SYN_STREAM";
543 // (SYN_STREAM, SYN_REPLY, HEADERS, PUSH_PROMISE, CONTINUATION)
884 case SYN_STREAM:
1077 case SYN_STREAM:
1384 case SYN_STREAM:
1478 // SPDY 4 reports HEADERS with PRIORITY as SYN_STREAM.
1481 reported_type = SYN_STREAM;
[all...]
H A Dspdy_framer_test.cc347 InitHeaderStreaming(SYN_STREAM, stream_id);
565 // Retrieves serialized headers from a HEADERS or SYN_STREAM frame.
584 frame_type = SYN_STREAM;
592 frame_type == SYN_STREAM) << frame_type;
595 if (frame_type == SYN_STREAM) {
869 frame.WriteControlFrameHeader(framer, SYN_STREAM, CONTROL_FLAG_NONE);
910 frame.WriteControlFrameHeader(framer, SYN_STREAM, CONTROL_FLAG_NONE);
1034 CompareFrames("Uncompressed SYN_STREAM", *frame3, *frame4);
1041 CompareFrames("Uncompressed SYN_STREAM", *frame3, *uncompressed_frame);
1173 // SYN_STREAM does
[all...]
H A Dspdy_session.cc1034 frame_type == SYN_STREAM);
1520 // Activate the stream only when sending the SYN_STREAM frame to
1522 if (frame_type == SYN_STREAM) {
2137 if (type != SYN_STREAM && type != HEADERS)
H A Dspdy_protocol.h287 SYN_STREAM, enumerator in enum:net::SpdyFrameType
H A Dspdy_test_util_common.cc773 case SYN_STREAM:
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc117 WriteHeadersAndCheckData(stream_id, fin, priority, SYN_STREAM);
135 if (type == SYN_STREAM) {

Completed in 2862 milliseconds