Searched refs:tfc_ (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 72 tfc_ = tfc; in Init() 87 tfc_->transport()->settings[GRPC_SENT_SETTINGS] in Finish() 90 tfc_->transport()->settings[GRPC_PEER_SETTINGS] in Finish() 92 char* trw_str = fmt_int64_diff_str(remote_window_, tfc_->remote_window()); in Finish() 93 char* tlw_str = fmt_int64_diff_str(target_window_, tfc_->target_window()); in Finish() 95 fmt_int64_diff_str(announced_window_, tfc_->announced_window()); in Finish() 115 tfc_, sfc_ != nullptr ? sfc_->stream()->id : 0, in Finish() 116 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 | 132 TransportFlowControl* tfc_; variable 423 tfc_->PreUpdateAnnouncedWindowOverIncomingWindow(announced_window_delta_); in ~StreamFlowControl() 428 return UpdateAction(tfc_->MakeAction()); in MakeAction() 434 FlowControlTrace tracer(" data sent", tfc_, this); in SentData() 435 tfc_->StreamSentData(outgoing_frame_size); in SentData() 448 FlowControlTrace trace("s updt recv", tfc_, this); in RecvUpdate() 469 TransportFlowControl* const tfc_;
|