Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_http3.cc440 uint64_t http3_error_code) { in Http3ErrorToWebTransport() argument
442 if (http3_error_code < kWebTransportMappedErrorCodeFirst || in Http3ErrorToWebTransport()
443 http3_error_code > kWebTransportMappedErrorCodeLast) { in Http3ErrorToWebTransport()
447 if ((http3_error_code - 0x21) % 0x1f == 0) { in Http3ErrorToWebTransport()
451 uint64_t shifted = http3_error_code - kWebTransportMappedErrorCodeFirst; in Http3ErrorToWebTransport()
459 uint64_t http3_error_code) { in Http3ErrorToWebTransportOrDefault() argument
461 Http3ErrorToWebTransport(http3_error_code); in Http3ErrorToWebTransportOrDefault()
H A Dweb_transport_http3.h188 uint64_t http3_error_code);
193 Http3ErrorToWebTransportOrDefault(uint64_t http3_error_code);