Home
last modified time | relevance | path

Searched refs:overall_error (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/http/
Dhttpcli.cc60 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/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2201 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()