Searched refs:overall_error (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | httpcli.cc | 65 grpc_error* overall_error; member 108 GRPC_ERROR_UNREF(req->overall_error); in finish() 114 if (req->overall_error == GRPC_ERROR_NONE) { in append_error() 115 req->overall_error = in append_error() 120 req->overall_error = grpc_error_add_child( in append_error() 121 req->overall_error, in append_error() 205 "Failed HTTP requests to all targets", &req->overall_error, 1)); in next_address() 248 req->overall_error = GRPC_ERROR_NONE; in internal_request_begin()
|
/external/grpc-grpc/src/core/lib/http/ |
D | httpcli.cc | 60 grpc_error* overall_error; member 104 GRPC_ERROR_UNREF(req->overall_error); in finish() 110 if (req->overall_error == GRPC_ERROR_NONE) { in append_error() 111 req->overall_error = in append_error() 116 req->overall_error = grpc_error_add_child( in append_error() 117 req->overall_error, in append_error() 202 "Failed HTTP requests to all targets", &req->overall_error, 1)); in next_address() 244 req->overall_error = GRPC_ERROR_NONE; in internal_request_begin()
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeProcessProtocol.cpp | 199 Status overall_error; in RemoveWatchpoint() local 210 if (!overall_error.Fail()) in RemoveWatchpoint() 211 overall_error = thread_error; in RemoveWatchpoint() 215 return overall_error.Fail() ? overall_error : error; in RemoveWatchpoint()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2156 grpc_error* overall_error = removal_error(error, s, "Stream removed"); in grpc_chttp2_mark_stream_closed() local 2157 if (overall_error != GRPC_ERROR_NONE) { in grpc_chttp2_mark_stream_closed() 2158 grpc_chttp2_fake_status(t, s, overall_error); in grpc_chttp2_mark_stream_closed() 2177 grpc_error* overall_error = in grpc_chttp2_mark_stream_closed() local 2180 remove_stream(t, s->id, GRPC_ERROR_REF(overall_error)); in grpc_chttp2_mark_stream_closed() 2185 if (overall_error != GRPC_ERROR_NONE) { in grpc_chttp2_mark_stream_closed() 2186 grpc_chttp2_fake_status(t, s, overall_error); in grpc_chttp2_mark_stream_closed()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2201 grpc_error* overall_error = in grpc_chttp2_mark_stream_closed() local 2204 remove_stream(t, s->id, GRPC_ERROR_REF(overall_error)); in grpc_chttp2_mark_stream_closed() 2209 if (overall_error != GRPC_ERROR_NONE) { in grpc_chttp2_mark_stream_closed() 2210 grpc_chttp2_fake_status(t, s, overall_error); in grpc_chttp2_mark_stream_closed()
|