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

/external/chromium/net/spdy/
H A Dspdy_framer.cc192 case SYN_REPLY:
193 return "SYN_REPLY";
248 // Control frames that contain header blocks (SYN_STREAM, SYN_REPLY,
313 if (type != SYN_STREAM && type != SYN_REPLY && type != HEADERS)
332 case SYN_REPLY:
398 control_frame.type() == SYN_REPLY ||
418 control_frame.type() == SYN_REPLY ||
464 control_frame.type() == SYN_REPLY ||
585 frame.WriteUInt16(SYN_REPLY);
825 // and SYN_REPLY
[all...]
H A Dspdy_protocol_test.cc20 using spdy::SYN_REPLY;
58 EXPECT_EQ(2, SYN_REPLY);
112 EXPECT_EQ(SYN_REPLY, syn_reply->type());
H A Dspdy_protocol.h49 // Control Frame: SYN_REPLY
154 SYN_REPLY, enumerator in enum:spdy::SpdyControlType
265 // A SYN_REPLY Control Frame structure.
469 return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
545 // A SYN_REPLY frame.
H A Dspdy_test_util.cc169 case spdy::SYN_REPLY:
573 // Constructs a standard SPDY SYN_REPLY packet with the specified status code.
593 spdy::SYN_REPLY,
599 // Constructs a standard SPDY SYN_REPLY packet to match the SPDY GET.
612 // Constructs a standard SPDY SYN_REPLY packet with an Internal Server
622 // Constructs a standard SPDY SYN_REPLY packet to match the SPDY GET.
642 spdy::SYN_REPLY,
711 // Constructs a standard SPDY SYN_REPLY packet to match the SPDY POST.
732 spdy::SYN_REPLY,
H A Dspdy_proxy_client_socket_unittest.cc356 // Constructs a standard SPDY SYN_REPLY frame to match the SPDY CONNECT.
367 spdy::SYN_REPLY,
373 // Constructs a standard SPDY SYN_REPLY frame to match the SPDY CONNECT.
386 spdy::SYN_REPLY,
392 // Constructs a SPDY SYN_REPLY frame with an HTTP 500 error.
404 spdy::SYN_REPLY,
H A Dspdy_session.cc1182 LOG(WARNING) << "Received SYN_REPLY for invalid stream " << stream_id;
1191 LOG(WARNING) << "Received duplicate SYN_REPLY for stream " << stream_id;
1243 type == spdy::SYN_REPLY ||
1251 } else if (type == spdy::SYN_REPLY) {
1288 case spdy::SYN_REPLY:
H A Dspdy_network_transaction_unittest.cc491 // Verify the SYN_REPLY.
1442 spdy::SYN_REPLY, // Kind = SynReply
1513 spdy::SYN_REPLY, // Kind = SynReply
1692 // While we're doing a post, the server sends back a SYN_REPLY.
1841 // Once our WINDOW_UPDATE is read, we cannot send SYN_REPLY right away
2715 // Verify the SYN_REPLY.
2768 // Verify the SYN_REPLY.
2832 // Verify the SYN_REPLY.
2895 // Verify the SYN_REPLY.
2958 // Verify the SYN_REPLY
[all...]
H A Dspdy_framer_test.cc125 case SYN_REPLY:
932 const char kDescription[] = "SYN_REPLY frame, no FIN";
956 "SYN_REPLY frame with a 0-length header name, FIN, max stream ID";
980 "SYN_REPLY frame with a 0-length header val, FIN, max stream ID";
1008 const char kDescription[] = "SYN_REPLY frame, no FIN";
/external/chromium/net/tools/flip_server/
H A Dspdy_interface.cc22 using spdy::SYN_REPLY;
260 case SYN_REPLY:

Completed in 81 milliseconds