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

  /external/chromium_org/net/quic/
quic_utils.cc 168 RETURN_STRING_LITERAL(QUIC_PACKET_TOO_LARGE);
quic_protocol.h 372 QUIC_PACKET_TOO_LARGE = 14,
    [all...]
quic_framer.cc 523 return RaiseError(QUIC_PACKET_TOO_LARGE);
579 return RaiseError(QUIC_PACKET_TOO_LARGE);
    [all...]
quic_framer_test.cc 602 EXPECT_EQ(QUIC_PACKET_TOO_LARGE, framer_.error());
    [all...]

Completed in 30 milliseconds