Searched defs:http_error (Results 1 – 7 of 7) 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 | 51 grpc_http2_error_code* http_error, in grpc_error_get_status()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 1757 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/ |
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/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/test/ |
D | test_patma.py | 1761 def http_error(status): function 1785 def http_error(status): function
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
|