Home
last modified time | relevance | path

Searched refs:QUIC_LAST_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/base/
Dnet_log_logger.cc119 error < net::QUIC_LAST_ERROR; in GetConstants()
/external/chromium_org/net/quic/
Dquic_utils.cc207 RETURN_STRING_LITERAL(QUIC_LAST_ERROR); in ErrorToString()
Dquic_protocol.h461 QUIC_LAST_ERROR = 56, enumerator
Dquic_framer.cc1398 if (error_code >= QUIC_LAST_ERROR || in ProcessConnectionCloseFrame()
1424 if (error_code >= QUIC_LAST_ERROR || in ProcessGoAwayFrame()