Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/client/
Dclient_context.cc129 grpc_call_cancel(call_, nullptr); in set_call()
150 grpc_call_cancel(call_, nullptr); in TryCancel()
/third_party/grpc/test/core/end2end/tests/
Dcancel_test_helpers.h35 {"cancel", grpc_call_cancel, GRPC_STATUS_CANCELLED, "Cancelled"},
Dcancel_before_invoke.cc117 GPR_ASSERT(GRPC_CALL_OK == grpc_call_cancel(c, nullptr)); in test_cancel_before_invoke()
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc357 grpc_call_cancel(call1, nullptr); in main()
358 grpc_call_cancel(call2, nullptr); in main()
/third_party/grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc136 grpc_call_cancel(call, nullptr); in LLVMFuzzerTestOneInput()
/third_party/grpc/
Dgrpc.def52 grpc_call_cancel
Dlibgrpc.map18 "grpc_call_cancel";
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi66 result = grpc_call_cancel(self.c_call, NULL)
Dgrpc.pxi367 grpc_call_error grpc_call_cancel(grpc_call *call, void *reserved) nogil
Dchannel.pyx.pxi250 grpc_call_cancel(call_state.c_call, NULL)
/third_party/grpc/include/grpc/
Dgrpc.h327 GRPCAPI grpc_call_error grpc_call_cancel(grpc_call* call, void* reserved);
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c121 printf("%lx", (unsigned long) grpc_call_cancel); in main()
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCWrappedCall.m306 grpc_call_cancel(_call, NULL);
/third_party/grpc/test/core/iomgr/
Dstranded_event_test.cc74 grpc_call_cancel(call, nullptr); in ~TestCall()
/third_party/grpc/src/php/ext/grpc/
Dcall.c557 grpc_call_cancel(call->wrapped, NULL); in PHP_METHOD()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c161 err = grpc_call_cancel(call->wrapped, NULL); in grpc_rb_call_cancel()
Drb_grpc_imports.generated.h193 #define grpc_call_cancel grpc_call_cancel_import macro
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc789 grpc_call_cancel(call_, nullptr); in Orphan()
1575 grpc_call_cancel(call_, nullptr); in Orphan()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c547 return grpc_call_cancel(call, NULL); in grpcsharp_call_cancel()
/third_party/grpc/src/core/lib/surface/
Dcall.cc622 grpc_call_error grpc_call_cancel(grpc_call* call, void* reserved) { in grpc_call_cancel() function