Searched defs:grpc_transport_op (Results 1 – 5 of 5) sorted by relevance
251 typedef struct grpc_transport_op { struct253 grpc_closure* on_consumed;255 grpc_closure* on_connectivity_state_change;256 grpc_connectivity_state* connectivity_state;260 grpc_error* disconnect_with_error;264 grpc_error* goaway_error;269 bool set_accept_stream;293 } grpc_transport_op; typedef
330 typedef struct grpc_transport_op { struct332 grpc_closure* on_consumed = nullptr;335 start_connectivity_watch;336 grpc_connectivity_state start_connectivity_watch_state = GRPC_CHANNEL_IDLE;337 grpc_core::ConnectivityStateWatcherInterface* stop_connectivity_watch =342 grpc_error_handle disconnect_with_error = GRPC_ERROR_NONE;346 grpc_error_handle goaway_error = GRPC_ERROR_NONE;351 bool set_accept_stream = false;375 } grpc_transport_op; argument
1486 static void perform_op(grpc_transport* /*gt*/, grpc_transport_op* /*op*/) {} in perform_op() argument
138 grpc_transport_op* /*op*/) {} in StartTransportOp() argument
300 grpc_transport_op* /*op*/) {} in StartTransportOp() argument