Searched refs:SYN_REPLY (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc121 MEDIUM, SYN_REPLY, producer_medium.Pass(), stream_medium->GetWeakPtr());
135 EXPECT_EQ(SYN_REPLY, frame_type);
162 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_REPLY, producer2.Pass(),
176 EXPECT_EQ(SYN_REPLY, frame_type);
H A Dbuffered_spdy_framer.cc96 control_frame_fields_->type = SYN_REPLY;
132 case SYN_REPLY:
H A Dspdy_protocol.cc78 return SYN_REPLY;
136 case SYN_REPLY:
H A Dspdy_framer.cc216 // Size, in bytes, of a SYN_REPLY frame not including the variable-length
485 case SYN_REPLY:
486 return "SYN_REPLY";
543 // (SYN_STREAM, SYN_REPLY, HEADERS, PUSH_PROMISE, CONTINUATION)
892 case SYN_REPLY:
1081 case SYN_REPLY:
1438 case SYN_REPLY:
1440 // SYN_REPLY and HEADERS are the same, save for the visitor call.
1488 if (current_frame_type_ == SYN_REPLY) {
1586 current_frame_type_ != SYN_REPLY
[all...]
H A Dspdy_protocol.h288 SYN_REPLY, enumerator in enum:net::SpdyFrameType
H A Dspdy_test_util_common.cc781 case SYN_REPLY:
H A Dspdy_framer_test.cc359 InitHeaderStreaming(SYN_REPLY, stream_id);
765 // Test that if we receive a SYN_REPLY with stream ID zero, we signal an error
1313 // SYN_STREAM and SYN_REPLY don't exist in SPDY4, so instead we send
1404 // SYN_STREAM and SYN_REPLY don't exist in SPDY4, so instead we send
2108 // SYN_REPLY unsupported in SPDY>3
2115 const char kDescription[] = "SYN_REPLY frame, no FIN";
2156 "SYN_REPLY frame with a 0-length header name, FIN, max stream ID";
2198 "SYN_REPLY frame with a 0-length header val, FIN, max stream ID";
2244 // SYN_REPLY unsupported in SPDY>3
2251 const char kDescription[] = "SYN_REPLY fram
[all...]
H A Dspdy_network_transaction_unittest.cc663 // Verify the SYN_REPLY.
2041 // Process the request headers, SYN_REPLY, and response body.
2664 // Verify the SYN_REPLY.
2712 // Verify the SYN_REPLY.
2758 // Verify the SYN_REPLY.
2822 // Verify the SYN_REPLY.
2879 // Verify the SYN_REPLY.
2938 // Verify the SYN_REPLY.
2997 // Verify the SYN_REPLY.
3067 // Verify the SYN_REPLY
[all...]
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc122 WriteHeadersAndCheckData(stream_id, fin, 0, SYN_REPLY);

Completed in 2028 milliseconds