Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc251 static void cancel_with_error(grpc_call* c, grpc_error* error);
417 cancel_with_error(call, GRPC_ERROR_REF(error)); in grpc_call_create()
420 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_create()
568 cancel_with_error(c, GRPC_ERROR_CANCELLED); in grpc_call_unref()
586 cancel_with_error(call, GRPC_ERROR_CANCELLED); in grpc_call_cancel()
660 static void cancel_with_error(grpc_call* c, grpc_error* error) { in cancel_with_error() function
695 cancel_with_error(c, error_from_status(status, description)); in cancel_with_status()
1159 cancel_with_error(child, GRPC_ERROR_CANCELLED); in post_batch_completion()
1302 cancel_with_error(call, GRPC_ERROR_REF(error)); in receiving_stream_ready()
1411 cancel_with_error(call, GRPC_ERROR_REF(error)); in receiving_initial_metadata_ready()
[all …]