Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_callbacks.cc106 ToHttp2ErrorCode(frame->rst_stream.error_code)); in OnFrameReceived()
146 ToHttp2ErrorCode(frame->goaway.error_code), opaque_data); in OnFrameReceived()
289 visitor->OnCloseStream(stream_id, ToHttp2ErrorCode(error_code)); in OnStreamClosed()
H A Dnghttp2_util.h57 Http2ErrorCode ToHttp2ErrorCode(uint32_t wire_error_code);
H A Dnghttp2_util.cc119 Http2ErrorCode ToHttp2ErrorCode(uint32_t wire_error_code) { in ToHttp2ErrorCode() function