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

  /external/chromium_org/net/quic/
quic_protocol.cc 360 : type(CONNECTION_CLOSE_FRAME),
361 connection_close_frame(frame) {
419 case CONNECTION_CLOSE_FRAME: {
420 os << "type { CONNECTION_CLOSE_FRAME } "
421 << *(frame.connection_close_frame);
469 const QuicConnectionCloseFrame& connection_close_frame) {
470 os << "error_code { " << connection_close_frame.error_code << " } "
471 << "error_details { " << connection_close_frame.error_details << " }\n";
673 case CONNECTION_CLOSE_FRAME:
674 delete it->connection_close_frame;
    [all...]
quic_packet_generator.cc 51 case CONNECTION_CLOSE_FRAME:
52 delete it->connection_close_frame;
quic_protocol.h 175 CONNECTION_CLOSE_FRAME = 2,
879 QuicConnectionCloseFrame* connection_close_frame; member in union:net::QuicFrame::__anon13500
    [all...]
quic_framer.cc 137 if ((frame.type == ACK_FRAME || frame.type == CONNECTION_CLOSE_FRAME) &&
410 case CONNECTION_CLOSE_FRAME:
412 *frame.connection_close_frame, &writer)) {
    [all...]
quic_connection_logger.cc 388 case CONNECTION_CLOSE_FRAME:
392 frame.connection_close_frame));
    [all...]

Completed in 58 milliseconds