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

  /external/chromium_org/net/quic/
quic_protocol.cc 355 : type(RST_STREAM_FRAME),
356 rst_stream_frame(frame) {
415 case RST_STREAM_FRAME: {
416 os << "type { " << RST_STREAM_FRAME << " } " << *(frame.rst_stream_frame);
670 case RST_STREAM_FRAME:
671 delete it->rst_stream_frame;
quic_packet_generator.cc 48 case RST_STREAM_FRAME:
49 delete it->rst_stream_frame;
quic_framer.cc 404 case RST_STREAM_FRAME:
405 if (!AppendRstStreamFrame(*frame.rst_stream_frame, &writer)) {
    [all...]
quic_protocol.h 174 RST_STREAM_FRAME = 1,
878 QuicRstStreamFrame* rst_stream_frame; member in union:net::QuicFrame::__anon13500
    [all...]
quic_connection_logger.cc 380 case RST_STREAM_FRAME:
382 frame.rst_stream_frame->error_code);
386 frame.rst_stream_frame));
    [all...]

Completed in 54 milliseconds