Searched refs:http3_error_code (Results 1 – 2 of 2) sorted by relevance
440 uint64_t http3_error_code) { in Http3ErrorToWebTransport() argument442 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() argument461 Http3ErrorToWebTransport(http3_error_code); in Http3ErrorToWebTransportOrDefault()
188 uint64_t http3_error_code);193 Http3ErrorToWebTransportOrDefault(uint64_t http3_error_code);