Home
last modified time | relevance | path

Searched defs:wire_error_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_connection_close_frame.h44 uint64_t wire_error_code = QUIC_NO_ERROR; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_util.cc119 Http2ErrorCode ToHttp2ErrorCode(uint32_t wire_error_code) { in ToHttp2ErrorCode()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_protocol.cc230 SpdyErrorCode ParseErrorCode(uint32_t wire_error_code) { in ParseErrorCode()