Home
last modified time | relevance | path

Searched defs:http_error (Results 1 – 5 of 5) 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/test/
Dtest_patma.py1761 def http_error(status): function
1785 def http_error(status): function
/third_party/python/Lib/urllib/
Drequest.py1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener