Searched defs:http_error (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/transport/ |
D | error_utils.cc | 48 grpc_http2_error_code* http_error, in grpc_error_get_status()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | error_utils.cc | 50 grpc_http2_error_code* http_error, in grpc_error_get_status()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1765 grpc_http2_error_code http_error; in send_goaway() local 2061 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1718 grpc_http2_error_code http_error; in send_goaway() local 2036 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
|
/external/python/cpython2/Lib/ |
D | urllib.py | 368 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1962 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
|