Home
last modified time | relevance | path

Searched refs:MaybeExtractQuicErrorCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer_test.cc13565 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13570 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13575 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13581 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13587 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13593 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13600 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13606 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13612 MaybeExtractQuicErrorCode(&frame); in TEST_P()
13618 MaybeExtractQuicErrorCode(&frame); in TEST_P()
[all …]
H A Dquic_framer.h1220 QUICHE_EXPORT void MaybeExtractQuicErrorCode(QuicConnectionCloseFrame* frame);
H A Dquic_framer.cc6009 MaybeExtractQuicErrorCode(frame); in ProcessIetfConnectionCloseFrame()
6900 void MaybeExtractQuicErrorCode(QuicConnectionCloseFrame* frame) { in MaybeExtractQuicErrorCode() function