Searched defs:grpc_chttp2_transport (Results 1 – 8 of 8) sorted by relevance
288 struct grpc_chttp2_transport { struct294 grpc_transport base; /* must be first */295 grpc_core::RefCount refs;296 grpc_endpoint* ep;297 std::string peer_string;299 grpc_resource_user* resource_user;301 grpc_core::Combiner* combiner;303 grpc_closure* notify_on_receive_settings = nullptr;306 grpc_chttp2_write_state write_state = GRPC_CHTTP2_WRITE_STATE_IDLE;309 uint8_t destroying = false;[all …]
30 typedef struct grpc_chttp2_transport grpc_chttp2_transport; typedef
306 static grpc_error* skip_parser(void* /*parser*/, grpc_chttp2_transport* /*t*/, in skip_parser() argument
187 static uint32_t target_write_size(grpc_chttp2_transport* /*t*/) { in target_write_size() argument
419 grpc_chttp2_transport::grpc_chttp2_transport( in grpc_chttp2_transport() function in grpc_chttp2_transport1816 grpc_chttp2_transport* /*t*/, grpc_chttp2_stream* s) { in grpc_chttp2_maybe_complete_recv_initial_metadata() argument1832 void grpc_chttp2_maybe_complete_recv_message(grpc_chttp2_transport* /*t*/, in grpc_chttp2_maybe_complete_recv_message() argument
1684 static void parse_stream_compression_md(grpc_chttp2_transport* /*t*/, in parse_stream_compression_md() argument
281 struct grpc_chttp2_transport { struct282 grpc_transport base; /* must be first */283 gpr_refcount refs;284 grpc_endpoint* ep;285 char* peer_string;287 grpc_combiner* combiner;289 grpc_closure* notify_on_receive_settings;292 grpc_chttp2_write_state write_state;296 bool is_first_write_in_batch;299 uint8_t destroying;[all …]