Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc135 IetfResetStreamErrorCodeToRstStreamErrorCode(wire_code); in TEST_F()
H A Dquic_error_codes.h765 IetfResetStreamErrorCodeToRstStreamErrorCode(uint64_t ietf_error_code);
H A Dquic_error_codes.cc924 QuicRstStreamErrorCode IetfResetStreamErrorCodeToRstStreamErrorCode( in IetfResetStreamErrorCodeToRstStreamErrorCode() function
979 IetfResetStreamErrorCodeToRstStreamErrorCode(code), code); in FromIetf()
H A Dquic_framer.cc6089 IetfResetStreamErrorCodeToRstStreamErrorCode(frame->ietf_error_code); in ProcessIetfResetStreamFrame()
6110 stop_sending_frame->error_code = IetfResetStreamErrorCodeToRstStreamErrorCode( in ProcessStopSendingFrame()