Home
last modified time | relevance | path

Searched defs:http_error (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Derror_utils.cc48 grpc_http2_error_code* http_error, in grpc_error_get_status()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Derror_utils.cc51 grpc_http2_error_code* http_error, in grpc_error_get_status()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1757 grpc_http2_error_code http_error; in send_goaway() local
2075 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1765 grpc_http2_error_code http_error; in send_goaway() local
2061 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
/external/python/cpython2/Lib/
Durllib.py368 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
/external/python/cpython3/Lib/test/
Dtest_patma.py1761 def http_error(status): function
1785 def http_error(status): function
/external/python/cpython3/Lib/urllib/
Drequest.py1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener