Searched refs:kWebTransportMappedErrorCodeFirst (Results 1 – 1 of 1) sorted by relevance
434 constexpr uint64_t kWebTransportMappedErrorCodeFirst = 0x52e4a40fa8db; variable442 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()