Searched refs:cancel_with_error (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 293 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 …]
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 251 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 …]
|