OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connection_close_frame
(Results
1 - 5
of
5
) 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_protocol.cc
390
case
CONNECTION_CLOSE_FRAME
:
391
delete it->
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
...]
Completed in 62 milliseconds