Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_http3.cc434 constexpr uint64_t kWebTransportMappedErrorCodeFirst = 0x52e4a40fa8db; variable
442 if (http3_error_code < kWebTransportMappedErrorCodeFirst || in Http3ErrorToWebTransport()
451 uint64_t shifted = http3_error_code - kWebTransportMappedErrorCodeFirst; in Http3ErrorToWebTransport()
467 return kWebTransportMappedErrorCodeFirst + webtransport_error_code + in WebTransportErrorToHttp3()