/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | closure.h | 37 typedef struct grpc_closure grpc_closure; typedef 56 struct grpc_closure { struct 60 grpc_closure* next; argument 79 // extra tracing and debugging for grpc_closure. This incurs a decent amount of argument 94 inline grpc_closure* grpc_closure_init(const char* file, int line, argument
|
H A D | iomgr_windows.cc | 86 grpc_closure* /* closure */, grpc_error_handle /* error */) { in iomgr_platform_add_closure_to_background_poller() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | closure.h | 37 typedef struct grpc_closure grpc_closure; typedef 56 struct grpc_closure { struct 60 grpc_closure* next; argument 79 // extra tracing and debugging for grpc_closure. This incurs a decent amount of argument 94 inline grpc_closure* grpc_closure_init(const char* file, int line, argument
|
D | iomgr_windows.cc | 86 grpc_closure* /* closure */, grpc_error_handle /* error */) { in iomgr_platform_add_closure_to_background_poller() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/ |
D | insecure_security_connector.h | 74 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 95 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/insecure/ |
H A D | insecure_security_connector.h | 74 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 95 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | jwt_verifier_test.cc | 324 grpc_core::Timestamp /*deadline*/, grpc_closure* /*on_done*/, in httpcli_post_should_not_be_called() argument 333 grpc_core::Timestamp /*deadline*/, grpc_closure* /*on_done*/, in httpcli_put_should_not_be_called() argument 586 grpc_closure* /*on_done*/, grpc_http_response* /*response*/) { in httpcli_get_should_not_be_called() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 121 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 174 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/alts/ |
H A D | alts_security_connector.cc | 122 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 175 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/ |
D | fake_security_connector.cc | 90 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 282 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/fake/ |
H A D | fake_security_connector.cc | 90 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 282 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/local/ |
H A D | local_security_connector.cc | 210 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 256 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/ |
D | local_security_connector.cc | 210 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 256 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/ssl/ |
H A D | ssl_security_connector.cc | 155 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 274 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/ |
D | ssl_security_connector.cc | 187 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument 306 void cancel_check_peer(grpc_closure* /*on_peer_checked*/, in cancel_check_peer() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client_test.cc | 161 grpc_closure* /*tag*/) { in check_must_not_be_called() argument 293 grpc_closure* /*tag*/) { in check_grpc_call_failure() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | service_config_channel_arg_filter.cc | 96 grpc_closure* /*then_schedule_closure*/) {} in ServiceConfigChannelArgDestroyCallElem() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | filter_context.cc | 75 grpc_closure* /*ignored*/) {} in destroy_call_elem() argument
|
H A D | retry_recv_trailing_metadata_error.cc | 59 grpc_closure* /*ignored*/) { in Destroy() argument
|
H A D | retry_send_op_fails.cc | 63 grpc_closure* /*ignored*/) { in Destroy() argument
|
H A D | retry_recv_message_replay.cc | 62 grpc_closure* /*ignored*/) { in Destroy() argument
|
H A D | retry_cancel_with_multiple_send_batches.cc | 123 grpc_closure* /*ignored*/) { in Destroy() argument
|
H A D | retry_transparent_not_sent_on_wire.cc | 64 grpc_closure* /*ignored*/) { in Destroy() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/rbac/ |
D | rbac_filter.cc | 58 grpc_closure* /*then_schedule_closure*/) { in Destroy() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/channel/ |
H A D | channel_stack_builder_test.cc | 54 grpc_closure* /*ignored*/) {} in CallDestroyFunc() argument
|