Searched defs:grpc_transport_op (Results 1 – 1 of 1) 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; argument