Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcall.cc293 static void cancel_with_error(grpc_call* c, grpc_error* error);
457 cancel_with_error(call, GRPC_ERROR_REF(error)); in grpc_call_create()
460 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_create()
608 cancel_with_error(c, GRPC_ERROR_CANCELLED); in grpc_call_unref()
627 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel()
702 static void cancel_with_error(grpc_call* c, grpc_error* error) { in cancel_with_error() function
725 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel_internal()
741 cancel_with_error(c, error_from_status(status, description)); in cancel_with_status()
1216 cancel_with_error(child, GRPC_ERROR_CANCELLED); in post_batch_completion()
1358 cancel_with_error(call, GRPC_ERROR_REF(error)); in receiving_stream_ready()
[all …]