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

  /external/chromium_org/net/quic/
quic_packet_generator.cc 47 case CONNECTION_CLOSE_FRAME:
48 delete it->connection_close_frame;
quic_protocol.h 146 CONNECTION_CLOSE_FRAME,
732 : type(CONNECTION_CLOSE_FRAME),
733 connection_close_frame(frame) {
747 QuicConnectionCloseFrame* connection_close_frame; member in union:net::QuicFrame::__anon9312
    [all...]
quic_connection_logger.cc 244 case CONNECTION_CLOSE_FRAME:
248 frame.connection_close_frame));
quic_framer.cc 212 if ((frame.type == ACK_FRAME || frame.type == CONNECTION_CLOSE_FRAME) &&
332 case CONNECTION_CLOSE_FRAME:
334 *frame.connection_close_frame, &writer)) {
    [all...]
quic_packet_creator.cc 331 queued_frames_.back().type == CONNECTION_CLOSE_FRAME);
quic_protocol.cc 390 case CONNECTION_CLOSE_FRAME:
391 delete it->connection_close_frame;
quic_connection.cc 139 // Returns FORCE when one of the frames is a CONNECTION_CLOSE_FRAME.
146 if (retransmittable_frames->frames()[i].type == CONNECTION_CLOSE_FRAME) {
    [all...]

Completed in 126 milliseconds