Searched refs:cancel_other_error (Results 1 – 1 of 1) sorted by relevance
114 grpc_error* cancel_other_error; member170 GRPC_ERROR_UNREF(s->cancel_other_error); in really_destroy_stream()260 s->cancel_other_error = GRPC_ERROR_NONE; in init_stream()317 s->cancel_other_error = cs->write_buffer_cancel_error; in init_stream()419 if (other->cancel_other_error == GRPC_ERROR_NONE) { in fail_helper_locked()420 other->cancel_other_error = GRPC_ERROR_REF(error); in fail_helper_locked()598 } else if (s->cancel_other_error != GRPC_ERROR_NONE) { in op_state_machine()599 fail_helper_locked(s, GRPC_ERROR_REF(s->cancel_other_error)); in op_state_machine()874 if (other->cancel_other_error == GRPC_ERROR_NONE) { in cancel_stream_locked()875 other->cancel_other_error = GRPC_ERROR_REF(s->cancel_self_error); in cancel_stream_locked()[all …]