Searched refs:tfc_ (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 74 tfc_ = tfc; in Init() 89 tfc_->transport()->settings[GRPC_SENT_SETTINGS] in Finish() 92 tfc_->transport()->settings[GRPC_PEER_SETTINGS] in Finish() 94 char* trw_str = fmt_int64_diff_str(remote_window_, tfc_->remote_window()); in Finish() 95 char* tlw_str = fmt_int64_diff_str(target_window_, tfc_->target_window()); in Finish() 97 fmt_int64_diff_str(announced_window_, tfc_->announced_window()); in Finish() 117 tfc_, sfc_ != nullptr ? sfc_->stream()->id : 0, in Finish() 118 tfc_->transport()->is_client ? "cli" : "svr", reason_, trw_str, in Finish() 220 : tfc_(tfc), s_(s) {} in StreamFlowControl() 223 FlowControlTrace trace(" data recv", tfc_, this); in RecvData() [all …]
|
D | flow_control.h | 131 TransportFlowControl* tfc_; variable 413 tfc_->PreUpdateAnnouncedWindowOverIncomingWindow(announced_window_delta_); in ~StreamFlowControl() 418 return UpdateAction(tfc_->MakeAction()); in MakeAction() 424 FlowControlTrace tracer(" data sent", tfc_, this); in SentData() 425 tfc_->StreamSentData(outgoing_frame_size); in SentData() 438 FlowControlTrace trace("s updt recv", tfc_, this); in RecvUpdate() 459 TransportFlowControl* const tfc_;
|