Searched defs:connection_close_frame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.cc361 connection_close_frame(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";
674 delete it->connection_close_frame;
468 operator <<(ostream& os, const QuicConnectionCloseFrame& connection_close_frame) argument
H A Dquic_protocol.h879 QuicConnectionCloseFrame* connection_close_frame; member in union:net::QuicFrame::__anon8880

Completed in 88 milliseconds