Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Derror_utils.cc50 grpc_http2_error_code* http_error, in grpc_error_get_status()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_structures.h123 bool http_error; member
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1718 grpc_http2_error_code http_error; in send_goaway() local
2036 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
/third_party/python/Lib/urllib/
Drequest.py1966 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener