Searched defs:http_error (Results 1 – 8 of 8) sorted by relevance
46 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST() local53 uint64_t http_error = WebTransportErrorToHttp3(error); in TEST() local
50 grpc_http2_error_code* http_error, in grpc_error_get_status()
52 grpc_http2_error_code* http_error, in grpc_error_get_status()
1869 grpc_http2_error_code http_error; in send_goaway() local2190 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
1847 grpc_http2_error_code http_error; in send_goaway() local2130 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
1762 def http_error(status): function1786 def http_error(status): function
1955 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener