HomeSort by relevance Sort by last modified time
    Searched refs:SYN_REPLY (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/spdy/
spdy_framer.cc 196 case SYN_REPLY:
197 return "SYN_REPLY";
252 // Control frames that contain header blocks (SYN_STREAM, SYN_REPLY,
317 if (type != SYN_STREAM && type != SYN_REPLY && type != HEADERS)
336 case SYN_REPLY:
402 control_frame.type() == SYN_REPLY ||
422 control_frame.type() == SYN_REPLY ||
468 control_frame.type() == SYN_REPLY ||
589 frame.WriteUInt16(SYN_REPLY);
829 // and SYN_REPLY
    [all...]
spdy_protocol_test.cc 20 using spdy::SYN_REPLY;
58 EXPECT_EQ(2, SYN_REPLY);
108 scoped_ptr<SpdySynReplyControlFrame> syn_reply(
110 EXPECT_EQ(kSpdyProtocolVersion, syn_reply->version());
111 EXPECT_TRUE(syn_reply->is_control_frame());
112 EXPECT_EQ(SYN_REPLY, syn_reply->type());
113 EXPECT_EQ(123u, syn_reply->stream_id());
114 EXPECT_EQ(2, syn_reply->header_block_len());
115 EXPECT_EQ(0, syn_reply->flags())
    [all...]
spdy_protocol.h 49 // Control Frame: SYN_REPLY
154 SYN_REPLY,
265 // A SYN_REPLY Control Frame structure.
469 return type() == SYN_STREAM || type() == SYN_REPLY || type() == HEADERS;
545 // A SYN_REPLY frame.
spdy_test_util.cc 169 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,
    [all...]
spdy_proxy_client_socket_unittest.cc 356 // 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,
    [all...]
spdy_session.cc     [all...]
spdy_network_transaction_unittest.cc 491 // Verify the SYN_REPLY.
3308 const SpdyHeaderInfo* syn_reply; member in struct:net::SynReplyTests
3538 const spdy::SpdyFrame* syn_reply; member in struct:net::SynReplyTests
    [all...]
spdy_framer_test.cc 125 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";
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 22 using spdy::SYN_REPLY;
260 case SYN_REPLY:

Completed in 95 milliseconds