Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dweb_transport_http3.cc438 constexpr uint64_t kWebTransportMappedErrorCodeFirst = 0x52e4a40fa8db; variable
446 if (http3_error_code < kWebTransportMappedErrorCodeFirst || in Http3ErrorToWebTransport()
455 uint64_t shifted = http3_error_code - kWebTransportMappedErrorCodeFirst; in Http3ErrorToWebTransport()
470 return kWebTransportMappedErrorCodeFirst + webtransport_error_code + in WebTransportErrorToHttp3()