OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUIC_PACKET_FOR_NONEXISTENT_STREAM
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/
quic_utils.cc
169
RETURN_STRING_LITERAL(
QUIC_PACKET_FOR_NONEXISTENT_STREAM
);
quic_session.cc
435
connection()->SendConnectionClose(
QUIC_PACKET_FOR_NONEXISTENT_STREAM
);
quic_protocol.h
374
QUIC_PACKET_FOR_NONEXISTENT_STREAM
= 15,
[
all
...]
/external/chromium_org/net/tools/quic/
end_to_end_test.cc
574
EXPECT_EQ(
QUIC_PACKET_FOR_NONEXISTENT_STREAM
, client_->connection_error());
Completed in 652 milliseconds