Searched refs:disconnect_with_error (Results 1 – 13 of 13) sorted by relevance
52 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in channel_func()53 GRPC_ERROR_UNREF(op->disconnect_with_error); in channel_func()
152 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in grpc_transport_op_string()155 const char* err = grpc_error_string(op->disconnect_with_error); in grpc_transport_op_string()
260 grpc_error* disconnect_with_error; member
116 grpc_error* disconnect_with_error() const { in disconnect_with_error() function117 return op_->disconnect_with_error; in disconnect_with_error()
114 GRPC_ERROR_UNREF(op->disconnect_with_error); in lame_start_transport_op()
455 op->disconnect_with_error = in grpc_channel_destroy()
288 op->disconnect_with_error = send_disconnect; in send_shutdown()1183 op->disconnect_with_error = in grpc_server_setup_transport()
90 op->disconnect_with_error = GRPC_ERROR_CREATE_FROM_STATIC_STRING( in on_timeout()
651 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in StartTransportOp()652 GRPC_ERROR_UNREF(op->disconnect_with_error); in StartTransportOp()
339 op->disconnect_with_error = in force_close_max_age_channel()
1128 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op()1130 GRPC_ERROR_UNREF(op->disconnect_with_error); in perform_transport_op()
605 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in start_transport_op_locked()609 GRPC_ERROR_REF(op->disconnect_with_error), "disconnect"); in start_transport_op_locked()613 GRPC_ERROR_REF(op->disconnect_with_error)); in start_transport_op_locked()622 GRPC_ERROR_UNREF(op->disconnect_with_error); in start_transport_op_locked()
1826 if (op->disconnect_with_error != GRPC_ERROR_NONE) { in perform_transport_op_locked()1827 close_transport_locked(t, op->disconnect_with_error); in perform_transport_op_locked()